Jakobovski / angular-validator

Powerful, flexible and simple Angular validation!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose a function to tell angular-message when to show up

JSlain opened this issue · comments

Currently, angular-message has no link at all with validate-on.
We must put custom code in ng-if (or ng-show) to manage the moment to display error messages.

That'ld be nice to be able to reuse validate-on attribute with angular-messages.

Btw, i'm working on it...