Skip to content

Commit

Permalink
chore: Support Angular 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Teamop authored and mportuga committed Dec 4, 2017
1 parent cbb7de5 commit 56d3c5f
Show file tree
Hide file tree
Showing 11 changed files with 41,805 additions and 17 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ http://localhost:9003/docs/#/tutorial to browse each tutorial.
<br/> no-e2e - eliminate protractor tests
<br/> angular=n.n.n - specify a specify angular version to run unit tests against
<br/> core - run only the tests for the core code, skip features
<br/> fast - alias for --no-e2e --core --angular=1.3.6
<br/> fast - alias for --no-e2e --core --angular=1.6.7

```
grunt dev --no-e2e --angular=1.5.0
grunt dev --no-e2e --angular=1.6.7
```

# Code Structure
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can use [rawgit.com](https://rawgit.com/)'s cdn url to access the files in t
# Angular Compatibility
UI-Grid is currently compatible with Angular versions ranging from 1.4.x to 1.5.x.
UI-Grid is currently compatible with Angular versions ranging from 1.4.x to 1.6.x.
# Feature Stability
Expand Down
2 changes: 1 addition & 1 deletion lib/grunt/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ module.exports = function(grunt) {
'main': bwr.main,
'ignore': [],
'dependencies': {
'angular': '>=1.4.0 1.5.x'
'angular': '>=1.4.0 1.6.x'
},
'repository': pkg.repository,
'homepage': 'http://ui-grid.info',
Expand Down
Loading

0 comments on commit 56d3c5f

Please sign in to comment.