From 9865a7c0ad678fa6a3daa2719e37d94aeb62f67b Mon Sep 17 00:00:00 2001 From: snicolai Date: Wed, 11 Dec 2013 21:49:52 -0600 Subject: docs(ngCloak): style name is ng-cloak, not ngCloak Closes #5374 --- src/ng/directive/ngCloak.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng') diff --git a/src/ng/directive/ngCloak.js b/src/ng/directive/ngCloak.js index d430ae52..5072c8c2 100644 --- a/src/ng/directive/ngCloak.js +++ b/src/ng/directive/ngCloak.js @@ -35,7 +35,7 @@ * * 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 - * 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 * -- cgit v1.2.3