Fixes unexpected UX behavior on WP8.1

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-13 23:38:28 -03:00
commit 8fdb24652f
3 changed files with 4 additions and 22 deletions

View file

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