Thanks to visit codestin.com Credit goes to github.com
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 f3dc362 commit e4b81f4Copy full SHA for e4b81f4
README.md
@@ -96,9 +96,9 @@ Directly use (replace `X.X.X` by the version you want to use):
96
97
### Imports
98
```html
99
-<link rel="stylesheet" type="text/css" href="/path/to/slider/rzslider.css"/>
+<link rel="stylesheet" type="text/css" href="/path/to/angular-slider/dist/rzslider.css"/>
100
<script src="/path/to/angularjs/angular.min.js"></script>
101
-<script src="/path/to/slider/rzslider.min.js"></script>
+<script src="/path/to/angular-slider/dist/rzslider.min.js"></script>
102
```
103
104
### Module
0 commit comments