This repository was archived by the owner on May 25, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " angular-ui-slider" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " This directive allows you to add a slider to your form elements." ,
55 "author" : " https://github.com/angular-ui/ui-slider/graphs/contributors" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ <h1>AngularUI Slider demo</h1>
5252 < li >
5353 < div class ="sliderExample "> < a name ="ex1 "> </ a >
5454 < strong > Step slider with event listeners (see console log)</ strong >
55- < div ui-slider min ="0 " max ="50 " ng-model ="demoVals.sliderExample1 "> </ div >
55+ < div ui-slider min ="0 " max ="200 " ng-model ="demoVals.sliderExample1 "> </ div >
5656 < input type ="text " ng-model ="demoVals.sliderExample1 " />
5757 </ div >
5858 </ li >
@@ -134,7 +134,7 @@ <h1>AngularUI Slider demo</h1>
134134 </ div >
135135 </ li >
136136 < li >
137- < div class ="sliderExample "> > < a name ="ex10 "> </ a >
137+ < div class ="sliderExample "> < a name ="ex10 "> </ a >
138138 < strong > Slider - start value -0.37, step with decimals from min -1.00 to max 1.00</ strong >
139139 < div ui-slider min ="-1.00 " max ="1.00 " step ="0.01 " use-decimals ng-model ="demoVals.sliderExample10 "> </ div >
140140 < div ui-slider min ="-1.00 " max ="1.00 " step ="0.01 " use-decimals ng-model ="demoVals.sliderExample10 "> </ div >
You can’t perform that action at this time.
0 commit comments