Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 34f175c

Browse files
committed
Fixed typo and bumped version in bower.json
1 parent b69562d commit 34f175c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

demo/demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)