formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.23k stars 405 forks source link

Conflict with ngAnimate #642

Open aheys opened 8 years ago

aheys commented 8 years ago

There seems to be a conflict when using angular-formly with ng-animate. I am using formly to toggle between read-only fields and edit mode fields and if ng-animate is included as a dependency then it flickers when going from edit mode to read mode. If I remove the ngAnimate dependency, I no longer have this problem.

A work around that I found was to just disable animate on my forms using a disable-animate directive.

http://jsbin.com/wovesejeme/edit?html,js,output