You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using ionic-ion-drawer for my app. The problem i am facing is when i reload my controller, the drawer does not open. It works fine if i kill the app and reopen it.
The code i am using to reload the controller is :
$state.go($state.current.name,null,{reload:true});
Hi,
I am using ionic-ion-drawer for my app. The problem i am facing is when i reload my controller, the drawer does not open. It works fine if i kill the app and reopen it.
The code i am using to reload the controller is :
$state.go($state.current.name,null,{reload:true});
Can anyone please help me out with this?
Thanks..