You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Hello
when I upgrade version from 1.3.16 to 1.4.1 ,I occur some errors.
ng-message cannot show, But if I downgrade to angular-messages .1.3.16 it can be work.
When some input has validation in ng-form ,It cannot be remove from an array.I found the problem cause by when inject module of ng-animate e.g angular.module("App", ["ngMessages", "ngAnimate"])
see Plunker