File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ In order to use the angular service you first must add the relevant dependencies
3232
3333``` html
3434<script type =" text/javascript" src =" angular.js" ></script >
35- <script type =" text/javascript" src =" html5-desktop-notifications /dist/Notification.js" ></script >
35+ <script type =" text/javascript" src =" html5-desktop-notifications2 /dist/Notification.js" ></script >
3636<script type =" text/javascript" src =" angular-web-notification.js" ></script >
3737```
3838
@@ -108,6 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
108108
109109| Date | Version | Description |
110110| ----------- | ------- | ----------- |
111+ | 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
111112| 2016-11-19 | v1.0.18 | Maintenance |
112113| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |
113114| 2016-10-16 | v1.0.15 | Maintenance |
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-web-notification" ,
3- "version" : " 1.0.18 " ,
3+ "version" : " 1.0.19 " ,
44 "description" : " AngularJS service for displaying web notifications." ,
55 "authors" : [
66 " Sagie Gur-Ari <[email protected] >" 2424 " target"
2525 ],
2626 "dependencies" : {
27- "html5-desktop-notifications " : " ~3" ,
27+ "html5-desktop-notifications2 " : " ~3" ,
2828 "angular" : " ~1"
2929 },
3030 "devDependencies" : {
Original file line number Diff line number Diff line change 11| Date | Version | Description |
22| ----------- | ------- | ----------- |
3+ | 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
34| 2016-11-19 | v1.0.18 | Maintenance |
45| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |
56| 2016-10-16 | v1.0.15 | Maintenance |
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-web-notification" ,
3- "version" : " 1.0.18 " ,
3+ "version" : " 1.0.19 " ,
44 "description" : " AngularJS service for displaying web notifications." ,
55 "author" : {
66 "name" : " Sagie Gur-Ari" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ In order to use the angular service you first must add the relevant dependencies
3232
3333``` html
3434<script type =" text/javascript" src =" angular.js" ></script >
35- <script type =" text/javascript" src =" html5-desktop-notifications /dist/Notification.js" ></script >
35+ <script type =" text/javascript" src =" html5-desktop-notifications2 /dist/Notification.js" ></script >
3636<script type =" text/javascript" src =" angular-web-notification.js" ></script >
3737```
3838
You can’t perform that action at this time.
0 commit comments