0.1.0 • Published 8 years ago

angular-noty-nao v0.1.0

Weekly downloads
76
License
MIT
Repository
github
Last release
8 years ago

Forked adding function showWithParams which allows noty call passing settings to noty.

angular-noty

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

  1. Add link to angular-noty.dist.js and make sure that you have jquery in your project.
  2. Add notyModule as dependency module to your main angular module.
  3. Inject noty somewhere and you can start using it.