mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 19:40:56 +08: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:
committed by
Pete Bacon Darwin
parent
dfccdd5b86
commit
8e5e641c0e
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user