Search found 1 match

Go to advanced search

by Magnus8311560
Tue Jan 10, 2017 11:16 pm
Forum: Issues
Topic: How can I control the slide panel visibility in Angular JS (Ionic)?
Replies: 19
Views: 4829
 
Jump to post

How can I control the slide panel visibility in Angular JS (Ionic)?

Try this: on the login page init function, switch off side menu like so: $ionicSideMenuDelegate = Apperyio.get("$ionicSideMenuDelegate"); $ionicSideMenuDelegate.canDragContent(false); on the landing page you get to after login, switch it back on $ionicSideMenuDelegate = Apperyio.get("...

Go to advanced search