Files
angular.js/src
Vineet Kumar 06b0930b6a fix(ngCloak): hide element even when CSS 'display' is set
Previously an element like
<div class="foo ng-cloak">...</div>
would still be annoyingly visible if it matched a CSS rule like
.foo { display: inline-block; }, overriding ng-cloak's display: none.
2013-08-12 16:23:38 -07:00
..
2013-05-01 13:15:17 +01:00
2012-04-20 11:29:34 -07:00
2012-01-10 22:27:00 -08:00