Angular growl is a notification system which is using bootstrap alert css classes. Growl shows message with animation on showing and closing.
There are following Features Available:
- Growl like notifications like in MacOS X
- Growl using standard bootstrap classes like alert, alert-info, alert-error and alert-success.
- You can set timeout message configuration, That could be global or per message.
- pre-defined $http-Interceptor to automatically handle $http responses for server-sent messages
You can find more info from Angular Growl