Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days ago
JSON representation
Wrapper for Noty - cool growl-like notifications.
- Host: GitHub
- URL: https://github.com/dev-tim/angular-noty
- Owner: dev-tim
- Created: 2014-08-18T09:22:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T16:28:12.000Z (over 3 years ago)
- Last Synced: 2024-10-11T15:17:16.772Z (about 1 month ago)
- Topics: angular, javascript, notification, noty
- Language: HTML
- Size: 1.76 MB
- Stars: 13
- Watchers: 1
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.