You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@
19
19
## Overview
20
20
The angular-web-notification is an angular service wrapper for the web notifications API.
21
21
22
-
It is using the HTML5-Desktop-Notifications library which provides a unified API for all browsers.
22
+
It is using the [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) library which provides a simple and easy notification API which works across browsers and provides automatic permission handling.
23
23
24
-
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [HTML5-Desktop-Notifications](https://github.com/ttsvetko/HTML5-Desktop-Notifications) for more information.
24
+
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) for more information.
The web notifications API is not fully supported in all browsers.
98
98
99
-
Please see [supported browser versions](http://caniuse.com/#feat=notifications) for more information on the official spec support and at [HTML5-Desktop-Notifications](https://github.com/ttsvetko/HTML5-Desktop-Notifications) for more browser specific API support.
99
+
Please see [supported browser versions](http://caniuse.com/#feat=notifications) for more information on the official spec support.
100
100
101
101
## API Documentation
102
102
See full docs at: [API Docs](docs/api.md)
@@ -109,7 +109,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
109
109
110
110
| Date | Version | Description |
111
111
| ----------- | ------- | ----------- |
112
-
| 2017-01-22 | v1.2.3| Maintenance |
112
+
| 2017-01-22 | v1.2.4| Maintenance |
113
113
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
114
114
| 2017-01-13 | v1.0.26 | Maintenance |
115
115
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
Copy file name to clipboardExpand all lines: project/config/README-template.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@
19
19
## Overview
20
20
The {"gitdown": "gitinfo", "name": "name"} is an angular service wrapper for the web notifications API.
21
21
22
-
It is using the HTML5-Desktop-Notifications library which provides a unified API for all browsers.
22
+
It is using the [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) library which provides a simple and easy notification API which works across browsers and provides automatic permission handling.
23
23
24
-
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [HTML5-Desktop-Notifications](https://github.com/ttsvetko/HTML5-Desktop-Notifications) for more information.
24
+
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) for more information.
The web notifications API is not fully supported in all browsers.
98
98
99
-
Please see [supported browser versions](http://caniuse.com/#feat=notifications) for more information on the official spec support and at [HTML5-Desktop-Notifications](https://github.com/ttsvetko/HTML5-Desktop-Notifications) for more browser specific API support.
99
+
Please see [supported browser versions](http://caniuse.com/#feat=notifications) for more information on the official spec support.
0 commit comments