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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add UI Animations for angular 1.4

niemyjski opened this issue · comments

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!