Skip to content

Commit b25113b

Browse files
Update README.md
Change compatibility to include Angular 1.6.
1 parent e60daba commit b25113b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##Angular Data Grid
22
Light, flexible and performant Data Grid for AngularJS apps, with built-in sorting, pagination and filtering options, unified API for client-side and server-side data fetching,
3-
seamless synchronization with browser address bar and total freedom in mark-up and styling suitable for your application. Angular 1.3 - 1.5 compliant.
3+
seamless synchronization with browser address bar and total freedom in mark-up and styling suitable for your application. Angular 1.3 - 1.6 compliant.
44

55
Demo Bootstrap: http://angular-data-grid.github.io/demo/bootstrap/
66

@@ -87,7 +87,7 @@ angular.module('myApp', ['dataGrid', 'pagination'])
8787
};
8888
```
8989

90-
NOTE: `grid-item` wrapper directive used in the example above, to make code more concise - you can use regular `ng-repeat` instead if needed.
90+
NOTE: `grid-item` wrapper directive used in the example above, to make code more concise - you can use regular `ng-repeat` instead if needed.
9191

9292
### Basic API
9393

0 commit comments

Comments
 (0)