angularjs-toast
Advanced tools
Comparing version 1.0.13 to 1.0.14
/*! | ||
* @module angularjs-toast | ||
* @description A Simple toast notification service for AngularJS pages | ||
* @version v1.0.13 | ||
* @version v1.0.14 | ||
* @link https://github.com/Sibiraj-S/angularjs-toast#readme | ||
@@ -6,0 +6,0 @@ * @licence MIT License, https://opensource.org/licenses/MIT |
/*! | ||
* @module angularjs-toast | ||
* @description A Simple toast notification service for AngularJS pages | ||
* @version v1.0.13 | ||
* @version v1.0.14 | ||
* @link https://github.com/Sibiraj-S/angularjs-toast#readme | ||
@@ -6,0 +6,0 @@ * @licence MIT License, https://opensource.org/licenses/MIT |
{ | ||
"name": "angularjs-toast", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "A Simple toast notification service for AngularJS pages", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Sibiraj-S/angularjs-toast.git" | ||
}, | ||
"keywords": [ | ||
@@ -19,2 +15,6 @@ "angularjs-notify", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Sibiraj-S/angularjs-toast.git" | ||
}, | ||
"bugs": { | ||
@@ -29,8 +29,3 @@ "url": "https://github.com/Sibiraj-S/angularjs-toast/issues" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"main": "angularjs-toast.min.js" | ||
} |
@@ -1,7 +0,9 @@ | ||
# angularjs-toast [![Build Status](https://travis-ci.org/Sibiraj-S/angularjs-toast.svg?branch=master)](https://travis-ci.org/Sibiraj-S/angularjs-toast) [![Maintenance](https://img.shields.io/badge/maintained%20%3F-no-red.svg)](https://github.com/Sibiraj-S/angularjs-toast) | ||
# angularjs-toast [![NPM Version](https://img.shields.io/npm/v/angularjs-toast.svg)](https://www.npmjs.com/package/angularjs-toast) [![Build Status](https://travis-ci.org/Sibiraj-S/angularjs-toast.svg?branch=master)](https://travis-ci.org/Sibiraj-S/angularjs-toast) | ||
angularjs-toast is a simple service for creating toast notification for AngularJS pages | ||
live demo [here][demo] | ||
Live demo [here][demo] | ||
If you are looking for Angular(v5.x) version, Try [ngx-notifier][ngx-notifier] | ||
## Getting Started | ||
@@ -84,3 +86,3 @@ | ||
| ------------- | --------------------- | ------------- | ---------------------------------------- | | ||
| class | string | alert-success | this applies / overrides the CSS for toast elements | | ||
| className | string | alert-success | accepted values are alert-(success|danger|primary|info) | | ||
| duration | number | 5000 | timeout for each toast messages to disappear | | ||
@@ -101,3 +103,4 @@ | position | string | right | position of the element can be 'left', 'center' and 'right' | | ||
[github]: https://sibiraj-s.github.io/ | ||
[ngx-notifier]: https://github.com/Sibiraj-S/ngx-notifier | ||
[angularjs-toast]: https://github.com/Sibiraj-S/angularjs-toast | ||
[demo]: https://sibiraj-s.github.io/angularjs-toast/ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
105
23125
274