Skip to content Skip to sidebar Skip to footer

Angularjs: Ngmessage Weird Behavior With Input With Type "email"

I follow Moving from ngModel.$parsers /ng-if to ngModel.$validators /ngMessages article from Todd Motto's blog and I want to migrate from ng-if to ng-messages. But ng-messages dire

Solution 1:

Everything is fine but you miss to add angular-messages library to your project...

Add its files to your project and inject ngMessages to your angularjs module then you are good to go...

here is update plunker

Post a Comment for "Angularjs: Ngmessage Weird Behavior With Input With Type "email""