Fix regression on Contact editor

pull/91/head
Benoit Favreault 2015-03-25 14:38:23 -04:00 committed by Francis Lachapelle
parent 72968f2e6e
commit 655fe5f731
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@
</md-list>
</md-content>
<!-- This extra container prevent card from being stretch by layout-fill -->
<md-content class="md-padding" ui-view="card" layout="row" layout-align="center start"><!-- card view --></md-content>
<div ui-view="card" layout="column" ng-animate="'view'"><!-- card view --></div>
</div>
</section>