File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed
Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 2626 "angular" : " >= 1.3 <=1.7"
2727 },
2828 "devDependencies" : {
29- "bootstrap" : " ~3.3.6"
29+ "bootstrap" : " ~3.3.6" ,
30+
3031 }
3132}
Original file line number Diff line number Diff line change 44 "description" : " An angular directive for seiyria-bootstrap-slider" ,
55 "main" : " slider.js" ,
66 "devDependencies" : {
7- "http-server" : " ^0.8.5 " ,
7+ "http-server" : " ^0.11.1 " ,
88 "jasmine-core" : " ^2.3.4" ,
9- "karma" : " ^0.13.15 " ,
9+ "karma" : " ^3.1.1 " ,
1010 "karma-chrome-launcher" : " ^0.2.1" ,
1111 "karma-jasmine" : " ^0.3.6" ,
12- "protractor" : " ^3.0.0"
12+ "protractor" : " ^5.4.1" ,
13+ "bootstrap-slider" : " ^10.3.2" ,
14+ "angular" : " >= 1.3 <=1.7" ,
15+ "bootstrap" : " ~3.3.6" ,
16+ "jquery" : " 3.3.1"
1317 },
1418 "dependencies" : {},
1519 "scripts" : {
Original file line number Diff line number Diff line change 11< html ng-app ='angular-bootstrap-slider-test '>
22< head >
33 < title > Angular Bootstrap Slider test</ title >
4- < link rel ="stylesheet " href ="bower_components /bootstrap/dist/css/bootstrap.css ">
5- < link rel ="stylesheet " href ="bower_components/seiyria- bootstrap-slider/dist/css/bootstrap-slider.css ">
4+ < link rel ="stylesheet " href ="node_modules /bootstrap/dist/css/bootstrap.css ">
5+ < link rel ="stylesheet " href ="node_modules/ bootstrap-slider/dist/css/bootstrap-slider.css ">
66</ head >
77< body ng-controller ="TestCtrl ">
88
201201</ div >
202202
203203
204- < script src ="bower_components /jquery/dist/jquery.js "> </ script >
205- < script src ="bower_components /angular/angular.js "> </ script >
206- < script src ="bower_components /bootstrap/dist/js/bootstrap.js "> </ script >
207- < script src ="bower_components/seiyria- bootstrap-slider/dist/bootstrap-slider.js "> </ script >
204+ < script src ="node_modules /jquery/dist/jquery.js "> </ script >
205+ < script src ="node_modules /angular/angular.js "> </ script >
206+ < script src ="node_modules /bootstrap/dist/js/bootstrap.js "> </ script >
207+ < script src ="node_modules/ bootstrap-slider/dist/bootstrap-slider.js "> </ script >
208208
209209<!-- angular-slider include -->
210210< script src ="slider.js "> </ script >
You can’t perform that action at this time.
0 commit comments