Skip to content

Commit ef3d425

Browse files
komputistjamesdaily
authored andcommitted
docs(guide/ie): fix typo
The escaping of the colon in the example CSS is incorrect. Replace `ng\\:view {` with `ng\:view {` Closes angular#4570
1 parent c94bc02 commit ef3d425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/ie.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ To make CSS selectors work with custom elements, the custom element name must be
164164
</script>
165165
<![endif]-->
166166
<style>
167-
ng\\:view {
167+
ng\:view {
168168
display: block;
169169
border: 1px solid red;
170170
}

0 commit comments

Comments
 (0)