condition error
This commit is contained in:
parent
93e9fa7d3b
commit
4061c807c1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
ng-controller="indexController as index"
|
||||
ng-swipe-disable-mouse
|
||||
ng-swipe-left="index.closeMenu()"
|
||||
ng-swipe-right="index.agreeDisclaimer ? index.openMenu()">
|
||||
ng-swipe-right="index.agreeDisclaimer ? index.openMenu() : null">
|
||||
|
||||
<div class="off-canvas-wrap" id="off-canvas-wrap">
|
||||
<div class="inner-wrap">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue