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 was archived by the owner on May 29, 2019. It is now read-only.
I updated AngularUI Bootstrap to the new version 0.0.5 in order to use ne new popup feature.
I use :
Angular UI Boostrap 0.5.0
Angular JS 1.1.5
No jQuery
I identified two problems so far (in addition to this one: #758) :
Error on the initial $document.unbind in scope.$watch('isOpen'...
Interpretation problem on the open attributes. With AngularJS 1.1.5, it seems that it always be true so the button doesnt work. I only succeed to patch this by changing the attribute name.
I wrote a Plunkr to illustrate : http://plnkr.co/edit/vAiD5v?p=preview
Search for //PATCH in bootstrap.js to find the patches. These patchs are ugly and I know this need better workarounds.
If this is confirmed, I can submit a pull request with real corrections...
I updated AngularUI Bootstrap to the new version 0.0.5 in order to use ne new popup feature.
I use :
Angular UI Boostrap 0.5.0
Angular JS 1.1.5
No jQuery
I identified two problems so far (in addition to this one: #758) :
$document.unbindinscope.$watch('isOpen'...openattributes. With AngularJS 1.1.5, it seems that it always be true so the button doesnt work. I only succeed to patch this by changing the attribute name.I wrote a Plunkr to illustrate : http://plnkr.co/edit/vAiD5v?p=preview
Search for
//PATCHin bootstrap.js to find the patches. These patchs are ugly and I know this need better workarounds.If this is confirmed, I can submit a pull request with real corrections...
Matthieu