Skip to content

Commit f1e9723

Browse files
committed
readme
1 parent 652979a commit f1e9723

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Join gridstack.js on Slack: http://gridstackjs.troolee.com
1818
- [Demo](#demo)
1919
- [Usage](#usage)
2020
- [Requirements](#requirements)
21-
- [Rails integration](#rails-integration)
2221
- [Basic usage](#basic-usage)
2322
- [Options](#options)
2423
- [Grid attributes](#grid-attributes)
@@ -59,6 +58,8 @@ Join gridstack.js on Slack: http://gridstackjs.troolee.com
5958
- [GridStackUI.Utils.sort(nodes[, dir[, width]])](#gridstackuiutilssortnodes-dir-width)
6059
- [Touch devices support](#touch-devices-support)
6160
- [Use with knockout.js](#use-with-knockoutjs)
61+
- [Use with angular.js](#use-with-angularjs)
62+
- [Rails integration](#rails-integration)
6263
- [Change grid width](#change-grid-width)
6364
- [Extra CSS](#extra-css)
6465
- [Different grid widths](#different-grid-widths)
@@ -98,10 +99,6 @@ Usage
9899

99100
Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) instead of lodash.js
100101

101-
## Rails integration
102-
103-
For rails users, integration of gridstack.js and its dependencies can be done through [gridstack-js-rails](https://github.com/randoum/gridstack-js-rails)
104-
105102
## Basic usage
106103

107104
```html
@@ -531,6 +528,16 @@ template:
531528
Otherwise `addDisposeCallback` won't work.
532529

533530

531+
## Use with angular.js
532+
533+
Please check [gridstack-angular](https://github.com/kdietrich/gridstack-angular)
534+
535+
536+
## Rails integration
537+
538+
For rails users, integration of gridstack.js and its dependencies can be done through [gridstack-js-rails](https://github.com/randoum/gridstack-js-rails)
539+
540+
534541
## Change grid width
535542

536543
To change grid width (columns count), to addition to `width` option, CSS rules

0 commit comments

Comments
 (0)