Originally by dev-tim
Added settings config and overrideable settings per notification.
Wrapper for noty - cool growl-like notifications. Simple angularJS provider for noty notifications
##Development setup
Install gulp and the necessary npm and bower dependencies
npm install gulp -g
npm install
bower install
gulp
##How to use it in your project
- Add link to
notifier.min.js
and make sure that you have jquery in your project. - Add
notifier
as dependency module to your main angular module. - Inject
$notifier
where you need it.