File tree 7 files changed +8
-9
lines changed
7 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 23
23
"good_stuff": true
24
24
},
25
25
"css": {
26
- "indent_size": 4 ,
26
+ "indent_size": 2 ,
27
27
"indent_char": " ",
28
28
"indent_with_tabs": false,
29
29
"eol": "\n",
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
112
112
113
113
| Date | Version | Description |
114
114
| ----------- | ------- | ----------- |
115
- | 2017-04-11 | v1.2.12 | Maintenance |
115
+ | 2017-04-11 | v1.2.13 | Maintenance |
116
116
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
117
117
| 2017-01-13 | v1.0.26 | Maintenance |
118
118
| 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.12 " ,
3
+ "version" : " 1.2.13 " ,
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-04-11 | v1.2.12 | Maintenance |
3
+ | 2017-04-11 | v1.2.13 | 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 1
-
2
1
.notification-form {
3
2
padding : 10px ;
4
3
width : 60% ;
Original file line number Diff line number Diff line change 9
9
< script type ="text/javascript " src ="https://rawgit.com/sagiegurari/angular-web-notification/master/angular-web-notification.js "> </ script >
10
10
< script type ="text/javascript " src ="example/example.js "> </ script >
11
11
12
- < link href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " rel ="stylesheet "/>
13
- < link href ="example/example.css " rel ="stylesheet "/>
12
+ < link href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " rel ="stylesheet " />
13
+ < link href ="example/example.css " rel ="stylesheet " />
14
14
</ head >
15
15
16
16
< body >
17
17
< form class ="notification-form " ng-controller ="exampleForm ">
18
18
< div class ="form-group ">
19
19
< label for ="title "> Title</ label >
20
- < input type ="text " class ="form-control " id ="title " placeholder ="Notification Title " ng-model ="title "/>
20
+ < input type ="text " class ="form-control " id ="title " placeholder ="Notification Title " ng-model ="title " />
21
21
</ div >
22
22
< div class ="form-group ">
23
23
< label for ="message "> Notification Text</ label >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-web-notification" ,
3
- "version" : " 1.2.12 " ,
3
+ "version" : " 1.2.13 " ,
4
4
"description" : " AngularJS service for displaying web notifications." ,
5
5
"author" : {
6
6
"name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments