JanStevens / angular-growl-2

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

notification severity based on http status #125

Closed ingcvillegas closed 7 years ago

ingcvillegas commented 7 years ago

hi, i'm using a rest server, it would be great if instead of send severity inside message it could be determinated from the http status (200, 401, 403, 404...), i'm planing to do it in my own app, so whised to know if it could be an implementation in future, i'll send my code for consideration, thanks