Renames of variables
This commit is contained in:
parent
affe404c55
commit
826ea930b1
3 changed files with 11 additions and 11 deletions
|
|
@ -31,8 +31,8 @@
|
|||
|
||||
|
||||
<section
|
||||
ng-class="{'main': index.hasProfile, 'main-dark': mainDark, 'animation-left': index.swipeLeft,
|
||||
'animation-right': index.swipeRight}"
|
||||
ng-class="{'main': index.hasProfile, 'main-dark': mainDark, 'animation-left': index.slideLeft,
|
||||
'animation-right': index.slideRight}"
|
||||
ui-view="main"></section>
|
||||
<div ui-view="menu" ng-if="!index.noFocusedWallet && !$root.hideMenuBar"></div>
|
||||
<a class="close-menu" ng-click="index.closeMenu()"></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue