angular-ec-callout
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "angular-ec-callout", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Emil Cieslar <cieslar@webkreativ.cz>", | ||
@@ -5,0 +5,0 @@ "main": "dist/angular-ec-callout.js", |
@@ -13,2 +13,7 @@ # Angular EC Callout | ||
### Or install via npm | ||
```bash | ||
npm install angular-ec-callout | ||
``` | ||
### Add as a dependency to your app | ||
@@ -46,3 +51,3 @@ ```javascript | ||
### Add animations | ||
You can also animate the callout when it's added or removed to/from the queue. Look at the following example. | ||
If you add 'ngAnimate' to your app dependencies, you can also animate the callout when it's added or removed to/from the queue. Look at the following example. | ||
@@ -49,0 +54,0 @@ ```css |
10444
79