Commit 9a1e284d authored by Valentin Hervieu's avatar Valentin Hervieu

Add CSS link reference in Project Integration

Closes #180
parent da9d5b9d
...@@ -226,6 +226,7 @@ $scope.$on("slideEnded", function() { ...@@ -226,6 +226,7 @@ $scope.$on("slideEnded", function() {
## Project integration ## Project integration
```html ```html
<link rel="stylesheet" type="text/css" href="/path/to/slider/rzslider.css"/>
<script src="/path/to/angularjs/angular.min.js"></script> <script src="/path/to/angularjs/angular.min.js"></script>
<script src="/path/to/slider/rzslider.min.js"></script> <script src="/path/to/slider/rzslider.min.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment