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
If we set either ps-keylistener or ps-click-outside to true, the slider is working properly & closes the first time.
The second time we try to open the slider by setting ps-open="scopeVariable" & setting $scope.scopeVariable=true;
The slider won't open again.
The scope variable is not affected anymore.
I had to made it work by using manual ng-click on a button to explicitly set the $scope.scopeVariable to true & false