Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #120 from kesse/feature/updateSliderVersion
Browse files Browse the repository at this point in the history
Feature/update slider version
  • Loading branch information
seiyria committed Jan 22, 2016
2 parents 44231e0 + 1f82062 commit f645a8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ node_modules
# jetbrains #
#############
.idea
*.iml
*.iml

.DS_STORE
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tests"
],
"dependencies": {
"seiyria-bootstrap-slider": ">= 5.2 < 6.0",
"seiyria-bootstrap-slider": ">= 5.2 < 7.0",
"angular": ">= 1.3 < 1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="bower_components/seiyria-bootstrap-slider/js/bootstrap-slider.js"></script>
<script src="bower_components/seiyria-bootstrap-slider/dist/bootstrap-slider.js"></script>

<!-- angular-slider include -->
<script src="slider.js"></script>
Expand Down

0 comments on commit f645a8f

Please sign in to comment.