项目作者: dev-tim

项目描述 :
Wrapper for Noty - cool growl-like notifications.
高级语言: HTML
项目地址: git://github.com/dev-tim/angular-noty.git
创建时间: 2014-08-18T09:22:29Z
项目社区:https://github.com/dev-tim/angular-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.

  1. npm install gulp -g
  2. npm install
  3. bower install
  4. 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.