Skip to content

Commit 66295cf

Browse files
Zhuk, AlexanderZhuk, Alexander
authored andcommitted
playing with Markdown styles2
1 parent e123593 commit 66295cf

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
@@ -3,12 +3,12 @@
33

44
Light and flexible Data Grid for AngularJS applications.
55

6-
```javascript
6+
```
77
var s = "JavaScript syntax highlighting";
88
alert(s);
99
```
1010

11-
You can use Data Grid module to easily display data in grids with built-in sorting, outer filters and url-synchronization. To use it, you must add grid-data directive to element and pass 2 required parameters grid-options and grid-actions.
11+
You can use ```data-trigger``` Data Grid module to easily display data in grids with built-in sorting, outer filters and url-synchronization. To use it, you must add grid-data directive to element and pass 2 required parameters grid-options and grid-actions.
1212

1313
grid-options : Name of object in your controller with start options for grid. You must create this object with at least 1 required parameter - data
1414

0 commit comments

Comments
 (0)