Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9865a7c

Browse files
snicolaipetebacondarwin
authored andcommitted
docs(ngCloak): style name is ng-cloak, not ngCloak
Closes #5374
1 parent efba473 commit 9865a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngCloak.js

Lines changed: 1 addition & 1 deletion
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)