Add a view-detail class (for more generic use)

Fix the regression (scroll) problem on contact editor
This commit is contained in:
Benoit Favreault
2015-06-12 11:35:52 -04:00
committed by Francis Lachapelle
parent 655fe5f731
commit f99dae331d
5 changed files with 53 additions and 35 deletions
@@ -288,8 +288,9 @@
</md-item>
</md-list>
</md-content>
<!-- This extra container prevent card from being stretch by layout-fill -->
<div ui-view="card" layout="column" ng-animate="'view'"><!-- card view --></div>
<!-- This extra container is used to animate views transitions
double quotes in ng-animate is not a typo -->
<div class="view-detail" ui-view="card" layout="column" ng-animate="'view'"><!-- card view --></div>
</div>
</section>