angular-notify

Minimalistic and extensible notification service for Angular.

Demo Options
Try Bootstrap alert classes like "alert-danger" or "alert-success".


Advanced

You may provide full HTML content for you message using the messageTemplate option. The messageTemplate field may contain full HTML including any Angular tags or directives.

In this example, a hyperlink is included with an ng-click attribute. The scope option is used to pass the current controller scope where the ng-click's handler function is located.