Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 90ba9aa

Browse files
christianvueringschirayuk
authored andcommitted
docs(ngCloak): update the CSS rule with data-ng-cloak
1 parent 96b13bb commit 90ba9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngCloak.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* `angular.min.js` files. Following is the css rule:
1717
*
1818
* <pre>
19-
* [ng\:cloak], [ng-cloak], .ng-cloak {
19+
* [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
2020
* display: none;
2121
* }
2222
* </pre>

0 commit comments

Comments
 (0)