SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 0 JavaScript

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.
V
Vineet Kumar committed
3ffddad100e993403d13137387d0685466b46b2b
Parent: c21ab0a
Committed by Igor Minar <igor@angularjs.org> on 7/3/2013, 5:57:34 AM