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.
on line 1510 in ui-bootstrap-tpls.js of the bower package This line should be configurable.
removeAfterAnimate(modalWindow.modalDomEl, modalWindow.modalScope, 300, checkRemoveBackdrop);
Currently I have overwritten the 300 value to 0. That way I could completely disable the animations. However, it would be nice if in a next release, that value would be configurable so I don't lose my change with updates.
The text was updated successfully, but these errors were encountered:
- Fix scope.$apply call not working previously because scope was already
destroyed. Use $rootScope instead.
- Move $destroy call nearer to the dom removal.
- Remove fallback timer (emulateTime param)
Fixesangular-ui#2585Fixesangular-ui#2674Fixesangular-ui#2536Fixesangular-ui#2790
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Mar 19, 2015
- Fix scope.$apply call not working previously because scope was already
destroyed. Use $rootScope instead.
- Move $destroy call nearer to the dom removal.
- Remove fallback timer (emulateTime param)
Fixesangular-ui#2585Fixesangular-ui#2674Fixesangular-ui#2536Fixesangular-ui#2790Fixesangular-ui#3182
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Mar 23, 2015
on line 1510 in ui-bootstrap-tpls.js of the bower package This line should be configurable.
removeAfterAnimate(modalWindow.modalDomEl, modalWindow.modalScope, 300, checkRemoveBackdrop);
Currently I have overwritten the 300 value to 0. That way I could completely disable the animations. However, it would be nice if in a next release, that value would be configurable so I don't lose my change with updates.
The text was updated successfully, but these errors were encountered: