We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5f5ff commit dad0c45Copy full SHA for dad0c45
README.md
@@ -26,6 +26,13 @@ If you are not using npm (you should), you can use bower:
26
$ bower install angular-toastr
27
```
28
29
+To use a CDN, you can include the next two lines:
30
+
31
+```html
32
+<script src="https://npmcdn.com/angular-toastr/dist/angular-toastr.tpls.js"></script>
33
+<link rel="stylesheet" href="https://npmcdn.com/angular-toastr/dist/angular-toastr.css" />
34
+```
35
36
Or you can grab the latest [release](https://github.com/Foxandxss/angular-toastr/releases) and add both the `css` and `javascript` file:
37
38
```html
0 commit comments