Skip to content

Commit 35509d9

Browse files
committed
doc(demo) updated readme and the demo, bump to 0.0.2
1 parent e7c47ae commit 35509d9

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
bower_components
2+
dev

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A PNotify 2.0 port heavily based on [angular-pines-notify](https://github.com/my
1616

1717
### Demo
1818

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)
2020

2121
### Install
2222

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-pnotify",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"homepage": "https://github.com/jacqueslareau/angular-pnotify",
55
"authors": [
66
"Jacques Lareau <jack.lareau@gmail.com>"

demo/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
<meta charset="utf-8">
66

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">
99

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>
1414

1515
</head>
1616

0 commit comments

Comments
 (0)