Wrapper for Noty - cool growl-like notifications. Simple Noty wrapper lib that brings Noty to Angular context. Instalable with bower.
##Start up dev mode
To run demo you ust need to have gulp installed and install all the npm and bower deps to the project.
npm install gulp -g
npm install
bower install
gulp
##How to use it in your project
- Add link to
angular-noty.dist.js
and make sure that you have jquery in your project. - Add
notyModule
as dependency module to your main angular module. - Inject
noty
somewhere and you can start using it.