Skip to content

Commit

Permalink
Update bower and package config to depend on angular v1.3.1 for $watc…
Browse files Browse the repository at this point in the history
…hCollection support closes issue brantwills#51

From Issue brantwills#51: It looks like we must use angular >= v1.3.1 for the
paging directive
v1.3.1 introduced support in $collection for $watchCollection to be
used in bi-directional bindings
https://github.com/angular/angular.js/blob/master/CHANGELOG.md#features-
35
  • Loading branch information
brantwills committed May 14, 2016
1 parent d072152 commit 32a1021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Brant Wills"
],
"dependencies": {
"angular": ">=1.3 <1.6"
"angular": ">=1.3.1 <1.6"
},
"license": "MIT",
"ignore": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/brantwills/Angular-Paging",
"devDependencies": {
"angular": ">=1.3 <1.6",
"angular-mocks": ">=1.3 <1.6",
"angular": ">=1.3.1 <1.6",
"angular-mocks": ">=1.3.1 <1.6",
"grunt": "~0.4.5",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-uglify": "~0.5.0",
Expand Down

0 comments on commit 32a1021

Please sign in to comment.