JanStevens / angular-growl-2

growl-like notifications for angularJS projects
MIT License
285 stars 97 forks source link

Angular 1.3 ngMessages #47

Closed JanStevens closed 9 years ago

JanStevens commented 9 years ago

Angular 1.3 is release, first of all we should check any compatibility issues with angular 1.3. Also they included a ngMessages directive for form validation, kinda of taking over this plugin for a small part.

Can be interesting to provide support for ngMessages (so we can build on it)

https://docs.angularjs.org/api/ngMessages

any suggestions or comments are welcome!

madhead commented 9 years ago

:+1:

sricc commented 9 years ago

:+1:

JanStevens commented 9 years ago

Hmm I rather keep the growl messages for when the server has an error response, of course ngMessages can be used in combination with angular growl, closed for now until I found something useful or a way to combine ngMessages with growl (or ditch growl)

https://yearofmoo.github.io/ngMessages/