File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ Then add angular-pnotify.js.
40
40
Here is an example using Bootstrap 3.
41
41
42
42
``` html
43
- <link rel =" stylesheet" href =" / bower_components/bootstrap/dist/css/bootstrap.min.css" >
44
- <link rel =" stylesheet" href =" / bower_components/pnotify/pnotify.core.css" >
45
- <link rel =" stylesheet" href =" / bower_components/pnotify/pnotify.buttons.css" >
46
-
47
- <script src =" / bower_components/jquery/dist/jquery.min.js" ></script >
48
- <script src =" / bower_components/angular/angular.js" ></script >
49
- <script src =" / bower_components/pnotify/pnotify.core.js" ></script >
50
- <script src =" / bower_components/pnotify/pnotify.confirm.js" ></script >
51
- <script src =" / bower_components/pnotify/pnotify.buttons.js" ></script >
43
+ <link rel =" stylesheet" href =" bower_components/bootstrap/dist/css/bootstrap.min.css" >
44
+ <link rel =" stylesheet" href =" bower_components/pnotify/pnotify.core.css" >
45
+ <link rel =" stylesheet" href =" bower_components/pnotify/pnotify.buttons.css" >
46
+
47
+ <script src =" bower_components/jquery/dist/jquery.min.js" ></script >
48
+ <script src =" bower_components/angular/angular.js" ></script >
49
+ <script src =" bower_components/pnotify/pnotify.core.js" ></script >
50
+ <script src =" bower_components/pnotify/pnotify.confirm.js" ></script >
51
+ <script src =" bower_components/pnotify/pnotify.buttons.js" ></script >
52
52
<script src =" bower_components/angular-pnotify/src/angular-pnotify.js" ></script >
53
53
```
54
54
You can’t perform that action at this time.
0 commit comments