fix($animate): remove the need to add display:block!important for ngShow/ngHide
Since ngShow/ngHide animations add and remove the .ng-hide class, having to remember to write display:block on your own is a hassle and leads to problematic animation code. This fix places a default on the animation for you instead. Closes #3813
M
Matias Niemelä committed
55b2f0e8620465559016b424967d90a86af597c0
Parent: ca566d8