Merge pull request #299 from kgiszewski/feature-slider-fix

Fix broken path
This commit is contained in:
Shandem
2014-02-19 15:35:30 +11:00

View File

@@ -90,7 +90,7 @@
//tell the assetsService to load the bootstrap slider
//libs from the plugin folder
assetsService
.loadJs("lib/slider/bootstrap-slider.js")
.loadJs("lib/slider/js/bootstrap-slider.js")
.then(function () {
createSlider();