File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
bower_components
2
+ dev
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A PNotify 2.0 port heavily based on [angular-pines-notify](https://github.com/my
16
16
17
17
### Demo
18
18
19
- [ Check out the demo here!] ( demo/index.html )
19
+ [ Check out the demo here!] ( https://cdn.rawgit.com/jacqueslareau/angular-pnotify/0.0.2/ demo/index.html)
20
20
21
21
### Install
22
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-pnotify" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"homepage" : " https://github.com/jacqueslareau/angular-pnotify" ,
5
5
"authors" : [
6
6
" Jacques Lareau <jack.lareau@gmail.com>"
Original file line number Diff line number Diff line change 4
4
5
5
< meta charset ="utf-8 ">
6
6
7
- < link rel ="stylesheet " href ="/bower_components/ bootstrap/dist /css/bootstrap.min.css ">
8
- < link rel ="stylesheet " href ="/bower_components/ pnotify/pnotify.core .css ">
7
+ < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/ bootstrap/3.1.1 /css/bootstrap.min.css ">
8
+ < link rel ="stylesheet " href ="//cdn.jsdelivr.net/ pnotify/2.0.0/ pnotify.all.min .css ">
9
9
10
- < script src ="/bower_components/ jquery/dist /jquery.min.js "> </ script >
11
- < script src ="/bower_components/angular /angular.min.js "> </ script >
12
- < script src ="/bower_components/ pnotify/pnotify.core .js "> </ script >
13
- < script src ="/src/angular-pnotify.js "> </ script >
10
+ < script src ="//ajax.googleapis.com/ajax/libs/ jquery/2.1.1 /jquery.min.js "> </ script >
11
+ < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16 /angular.min.js "> </ script >
12
+ < script src ="//cdn.jsdelivr.net/ pnotify/2.0.0/ pnotify.all.min .js "> </ script >
13
+ < script src ="https://cdn.rawgit.com/jacqueslareau/angular-pnotify/0.0.2 /src/angular-pnotify.js "> </ script >
14
14
15
15
</ head >
16
16
You can’t perform that action at this time.
0 commit comments