diff options
| author | snicolai | 2013-12-11 21:49:52 -0600 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-19 13:32:19 +0000 |
| commit | 9865a7c0ad678fa6a3daa2719e37d94aeb62f67b (patch) | |
| tree | bf614e36e2388ea537e584ad206f227397bab3a6 /src/ng | |
| parent | efba4731e4b22481f1c0b1c417ea24c00182095a (diff) | |
| download | angular.js-9865a7c0ad678fa6a3daa2719e37d94aeb62f67b.tar.bz2 | |
docs(ngCloak): style name is ng-cloak, not ngCloak
Closes #5374
Diffstat (limited to 'src/ng')
| -rw-r--r-- | src/ng/directive/ngCloak.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |
