Fixes unexpected UX behavior on WP8.1
This commit is contained in:
parent
ea14fa3d97
commit
8fdb24652f
3 changed files with 4 additions and 22 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue