marcorinck / angular-growl

growl-like notifications for angularJS projects
MIT License
478 stars 191 forks source link

Remove ngSanitize dependency by using $sce #26

Closed adamalbrecht closed 3 years ago

adamalbrecht commented 10 years ago

$sce is built into angular 1.2+ and allows you to sanitize html input without an extra dependency.