Skip to content

Commit ab1d19e

Browse files
Zhuk, AlexanderZhuk, Alexander
authored andcommitted
adding NOTE about 'grid-item' wrapper directive2
1 parent b7313b6 commit ab1d19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ angular.module('myApp', ['dataGrid', 'pagination'])
8484
};
8585
```
8686

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

8989
### Basic API
9090

0 commit comments

Comments
 (0)