File tree 6 files changed +12
-7
lines changed
6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 25
25
"grunt-cli",
26
26
"grunt-concurrent",
27
27
"grunt-contrib-clean",
28
+ "grunt-contrib-csslint",
28
29
"grunt-contrib-jshint",
29
30
"grunt-coveralls",
30
31
"grunt-eslint",
31
32
"grunt-force-task",
32
33
"grunt-gitdown",
34
+ "grunt-htmllint",
33
35
"grunt-jsbeautifier",
34
36
"grunt-jscs",
35
37
"grunt-jsdoc-to-markdown",
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
108
108
109
109
| Date | Version | Description |
110
110
| ----------- | ------- | ----------- |
111
- | 2016-09-12 | v1.0.11 | Maintenance |
111
+ | 2016-09-13 | v1.0.12 | Maintenance |
112
112
| 2016-09-10 | v1.0.6 | Default to website favicon.ico if icon not provided in options |
113
113
| 2016-09-07 | v1.0.4 | Callback is now optional |
114
114
| 2016-09-07 | v1.0.3 | Maintenance |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-web-notification" ,
3
- "version" : " 1.0.11 " ,
3
+ "version" : " 1.0.12 " ,
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
- | 2016-09-12 | v1.0.11 | Maintenance |
3
+ | 2016-09-13 | v1.0.12 | Maintenance |
4
4
| 2016-09-10 | v1.0.6 | Default to website favicon.ico if icon not provided in options |
5
5
| 2016-09-07 | v1.0.4 | Callback is now optional |
6
6
| 2016-09-07 | v1.0.3 | Maintenance |
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
1
2
< html data-ng-app ="exampleApp ">
2
3
3
4
< head >
8
9
< script type ="text/javascript " src ="https://rawgit.com/sagiegurari/angular-web-notification/master/angular-web-notification.js "> </ script >
9
10
< script type ="text/javascript " src ="example/example.js "> </ script >
10
11
11
- < link href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " rel ="stylesheet ">
12
- < 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 "/ >
13
14
</ head >
14
15
15
16
< body >
16
17
< form class ="notification-form " ng-controller ="exampleForm ">
17
18
< div class ="form-group ">
18
19
< label for ="title "> Title</ label >
19
- < 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 "/ >
20
21
</ div >
21
22
< div class ="form-group ">
22
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.0.11 " ,
3
+ "version" : " 1.0.12 " ,
4
4
"description" : " AngularJS service for displaying web notifications." ,
5
5
"author" : {
6
6
"name" : " Sagie Gur-Ari" ,
42
42
"grunt-cli" : " latest" ,
43
43
"grunt-concurrent" : " latest" ,
44
44
"grunt-contrib-clean" : " latest" ,
45
+ "grunt-contrib-csslint" : " latest" ,
45
46
"grunt-contrib-jshint" : " latest" ,
46
47
"grunt-coveralls" : " latest" ,
47
48
"grunt-eslint" : " latest" ,
48
49
"grunt-force-task" : " latest" ,
49
50
"grunt-gitdown" : " latest" ,
51
+ "grunt-htmllint" : " latest" ,
50
52
"grunt-jsbeautifier" : " latest" ,
51
53
"grunt-jscs" : " latest" ,
52
54
"grunt-jsdoc-to-markdown" : " latest" ,
You can’t perform that action at this time.
0 commit comments