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
@@ -40,7 +40,8 @@
</md-item>
</md-list>
</md-content>
<div layout="column" ui-view="message" ng-animate="'view'"><!-- message view --></div>
<!-- This extra container is used to animate views transitions
double quotes in ng-animate is not a typo -->
<div class="view-detail" layout="column" ui-view="message" ng-animate="'view'"><!-- message view --></div>
</container>