docs(ngCloak): update the CSS rule with data-ng-cloak

This commit is contained in:
Christian Vuerings 2013-03-08 09:52:46 -08:00 committed by Chirayu Krishnappa
parent fc7970fdf0
commit 2b1f10266a

View file

@ -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>