File tree 6 files changed +4
-7
lines changed
6 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ In order to use the angular service you first must add the relevant dependencies
32
32
33
33
``` html
34
34
<script type =" text/javascript" src =" angular.js" ></script >
35
- <script type =" text/javascript" src =" html5-desktop-notifications2/dist/Notification.js" ></script >
36
35
<script type =" text/javascript" src =" simple-web-notification/web-notification.js" ></script >
37
36
<script type =" text/javascript" src =" angular-web-notification.js" ></script >
38
37
```
@@ -109,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
109
108
110
109
| Date | Version | Description |
111
110
| ----------- | ------- | ----------- |
112
- | 2017-01-22 | v1.2.4 | Maintenance |
111
+ | 2017-01-31 | v1.2.5 | Maintenance |
113
112
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
114
113
| 2017-01-13 | v1.0.26 | Maintenance |
115
114
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-web-notification" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"description" : " AngularJS service for displaying web notifications." ,
5
5
"authors" : [
6
6
" Sagie Gur-Ari <[email protected] >"
Original file line number Diff line number Diff line change 1
1
| Date | Version | Description |
2
2
| ----------- | ------- | ----------- |
3
- | 2017-01-22 | v1.2.4 | Maintenance |
3
+ | 2017-01-31 | v1.2.5 | Maintenance |
4
4
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
5
5
| 2017-01-13 | v1.0.26 | Maintenance |
6
6
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
Original file line number Diff line number Diff line change 5
5
< title > Angular Web Notification Example</ title >
6
6
< script type ="text/javascript " src ="https://code.jquery.com/jquery-3.1.0.min.js "> </ script >
7
7
< script type ="text/javascript " src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js "> </ script >
8
- < script type ="text/javascript " src ="https://rawgit.com/ttsvetko/HTML5-Desktop-Notifications/master/dist/Notification.js "> </ script >
9
8
< script type ="text/javascript " src ="https://rawgit.com/sagiegurari/simple-web-notification/master/web-notification.js "> </ script >
10
9
< script type ="text/javascript " src ="https://rawgit.com/sagiegurari/angular-web-notification/master/angular-web-notification.js "> </ script >
11
10
< script type ="text/javascript " src ="example/example.js "> </ script >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-web-notification" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"description" : " AngularJS service for displaying web notifications." ,
5
5
"author" : {
6
6
"name" : " Sagie Gur-Ari" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ In order to use the angular service you first must add the relevant dependencies
32
32
33
33
``` html
34
34
<script type =" text/javascript" src =" angular.js" ></script >
35
- <script type =" text/javascript" src =" html5-desktop-notifications2/dist/Notification.js" ></script >
36
35
<script type =" text/javascript" src =" simple-web-notification/web-notification.js" ></script >
37
36
<script type =" text/javascript" src =" angular-web-notification.js" ></script >
38
37
```
You can’t perform that action at this time.
0 commit comments