Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dev-tim/angular-noty

Wrapper for Noty - cool growl-like notifications.
https://github.com/dev-tim/angular-noty

angular javascript notification noty

Last synced: about 2 months ago
JSON representation

Wrapper for Noty - cool growl-like notifications.

Awesome Lists containing this project

README

        

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.