angular-dialog-service
angular-dialog-service copied to clipboard
Add UI Animations for angular 1.4
Animations are disabled by default due to a bug with animations introduced in 1.4. We should investigate and see if we can find a fix for animations at some point..
@m-e-conroy I figured I should create a new issue so we can eventually figure this out.
@niemyjski sure sounds good, thanks for helping out.
I fix the animations updating ui.bootstrap to 0.13.3 and using dialogsProvider.useAnimation ();
@otaviodecampos +1, thank you!