Skip to content

Commit 042672f

Browse files
snicolaijamesdaily
authored andcommitted
docs(ngCloak): style name is ng-cloak, not ngCloak
Closes angular#5374
1 parent 5893213 commit 042672f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngCloak.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*
3636
* Legacy browsers, like IE7, do not provide attribute selector support (added in CSS 2.1) so they
3737
* cannot match the `[ng\:cloak]` selector. To work around this limitation, you must add the css
38-
* class `ngCloak` in addition to the `ngCloak` directive as shown in the example below.
38+
* class `ng-cloak` in addition to the `ngCloak` directive as shown in the example below.
3939
*
4040
* @element ANY
4141
*

0 commit comments

Comments
 (0)