Notify service

Notify styles

Minimalistic and extensible notification service for Angular.

Example with INSPINIA template
Customize your notifycation
Try Bootstrap alert classes like "alert-danger" or "alert-success".

You can easy add any notification in your controller by adding code like this:

notify({
    message:'Hello! This is a sample message!',
    classes: 'alert-info'
});