Fix layout after open the wallet. fix send button

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-14 02:13:05 -03:00
commit 959cd57fe1
5 changed files with 12 additions and 9 deletions

View file

@ -37,8 +37,7 @@
<section
class="main-dark"
ng-class="{'main': index.hasProfile, 'animation-left': index.swipeLeft,
ng-class="{'main': index.hasProfile, 'main-dark': !index.hasProfile, 'animation-left': index.swipeLeft,
'animation-right': index.swipeRight}"
ui-view="main"></section>
<div ui-view="menu"></div>