m-e-conroy / angular-dialog-service

A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap
MIT License
618 stars 228 forks source link

Add UI Animations for angular 1.4 #119

Open niemyjski opened 9 years ago

niemyjski commented 9 years ago

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..

niemyjski commented 9 years ago

@m-e-conroy I figured I should create a new issue so we can eventually figure this out.

m-e-conroy commented 9 years ago

@niemyjski sure sounds good, thanks for helping out.

otaviodecampos commented 9 years ago

I fix the animations updating ui.bootstrap to 0.13.3 and using dialogsProvider.useAnimation ();

cjones26 commented 8 years ago

@otaviodecampos +1, thank you!