Skip to content

Commit

Permalink
docs(ngCloak): update the CSS rule with data-ng-cloak
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings authored and chirayuk committed Mar 9, 2013
1 parent 96b13bb commit 90ba9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/directive/ngCloak.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* `angular.min.js` files. Following is the css rule:
*
* <pre>
* [ng\:cloak], [ng-cloak], .ng-cloak {
* [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
* display: none;
* }
* </pre>
Expand Down

0 comments on commit 90ba9aa

Please sign in to comment.