johannesjo / ng-fab-form

Convenient forms for Angular with no extra markup? Fabulous!
https://johannesjo.github.io/ng-fab-form
MIT License
172 stars 25 forks source link

Support for html error messages with validation-msg-* #60

Closed tushar-borole closed 9 years ago

tushar-borole commented 9 years ago

Should have support to show html as error message validation-msg-pattern="<div>Not valid length</div><div>Not valid length</div>"<div>Not valid length</div>

johannesjo commented 9 years ago

You're right, it should! Unfortunately I won't be able to look into this until next week probably the week after that. Pull Requests are always welcome of course :)

The related function can be found here: https://github.com/johannesjo/ng-fab-form/blob/master/src/ng-fab-form-p.js#L81

johannesjo commented 9 years ago

This should work now with the newest release. Tell me if you run into any issues.

tushar-borole commented 9 years ago

Tnx