mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(guide/ie): fix typo
The escaping of the colon in the example CSS is incorrect.
Replace `ng\\:view {` with `ng\:view {`
Closes #4570
This commit is contained in:
parent
dfccdd5b86
commit
8e5e641c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ To make CSS selectors work with custom elements, the custom element name must be
|
|||
</script>
|
||||
<![endif]-->
|
||||
<style>
|
||||
ng\\:view {
|
||||
ng\:view {
|
||||
display: block;
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue