-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ps-key-listener, ps-click-outside re-open issue #133
Comments
I can't make it work! How did you fixed this? |
I've fixed this by adding $parent: <div pageslide ps-open="$parent.isMenuOpened"... . In my case i was including the template with ng-include, so I needed to add $parent. Hope it helps. |
I am trying to replicate it, but I am not able to. |
Yes I will try to put one together when I have a little time. Seasons greetings until then. |
Likewise 🎄 🎄 🎄 :) |
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
totrue
&false
The text was updated successfully, but these errors were encountered: