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

Commit a7a3d19

Browse files
committed
Declare compatibility with Angular 1.4
Fix #85
1 parent 22bf095 commit a7a3d19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: bower.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "angular-ui-slider",
3-
"version": "0.1.2",
43
"description": "This directive allows you to add a slider to your form elements.",
54
"author": "https://github.com/angular-ui/ui-slider/graphs/contributors",
65
"license": "MIT",
@@ -18,7 +17,7 @@
1817
"package.json"
1918
],
2019
"dependencies": {
21-
"angular": ">=1.0.0 <1.4.0",
20+
"angular": ">=1.0.0 <1.5.0",
2221
"jquery-ui": "~1.10.x",
2322
"jquery": ">= 1.9"
2423
}

0 commit comments

Comments
 (0)