This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Make $modalinstance.close animation time configurable #2536
Closed
Description
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.