mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(ngCloak): update the CSS rule with data-ng-cloak
This commit is contained in:
parent
fc7970fdf0
commit
2b1f10266a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue