This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ng-form cannot show message & remove item from arry #12249
Closed
Description
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
please help me ,thanks a lot