We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa8556 commit 4a63c5eCopy full SHA for 4a63c5e
‎README.md
@@ -51,7 +51,7 @@ You can use [jsdelivr.com](https://www.jsdelivr.com)'s cdn url to access the fil
51
52
# Angular Compatibility
53
54
-UI-Grid is currently compatible with Angular versions ranging from 1.4.x to 1.7.x.
+UI-Grid is currently compatible with Angular versions ranging from 1.4.x to 1.8.x.
55
56
# Feature Stability
57
‎lib/grunt/plugins.js
@@ -329,7 +329,7 @@ module.exports = function(grunt) {
329
'main': bwr.main,
330
'ignore': [],
331
'dependencies': {
332
- 'angular': '>=1.4.0 1.7.x'
+ 'angular': '>=1.4.0 1.8.x'
333
},
334
'repository': pkg.repository,
335
'homepage': 'http://ui-grid.info',
0 commit comments