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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
I am using popover in my application. I have a custom build with popover external template working until 0.4 is released.
Now I want to be able to close the popover e.g. when user submits a form that is inside the popover. In pure angular it would look like this:
//element that triggers popover
a(... ng-click="showPopover != showPopover" ng-show='showPopover')
//inside the popover to close the popover
a(ng-click="showPopover = false")
And I would like the popover to close when anything else on the page is clicked.
I could not find any docs about that, hope to see this soon ;)
The text was updated successfully, but these errors were encountered:
I am using popover in my application. I have a custom build with popover external template working until 0.4 is released.
Now I want to be able to close the popover e.g. when user submits a form that is inside the popover. In pure angular it would look like this:
And I would like the popover to close when anything else on the page is clicked.
I could not find any docs about that, hope to see this soon ;)
The text was updated successfully, but these errors were encountered: