docs(ngCloak): style name is ng-cloak, not ngCloak

Closes #5374
This commit is contained in:
snicolai 2013-12-11 21:49:52 -06:00 committed by Pete Bacon Darwin
parent efba4731e4
commit 9865a7c0ad

View file

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