https://github.com/lbenie/angular-elastic-grid
Wrapper of jquery-elastic-grid for angular 1.x https://github.com/vukhanhtruong/jquery-elastic-grid
https://github.com/lbenie/angular-elastic-grid
angular angularjs bower filter grid grid-layout grid-system javascript javascript-library npm npm-package
Last synced: about 2 months ago
JSON representation
Wrapper of jquery-elastic-grid for angular 1.x https://github.com/vukhanhtruong/jquery-elastic-grid
- Host: GitHub
- URL: https://github.com/lbenie/angular-elastic-grid
- Owner: lbenie
- License: mit
- Created: 2015-12-21T19:08:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T13:09:25.000Z (about 5 years ago)
- Last Synced: 2025-02-01T05:02:19.998Z (over 1 year ago)
- Topics: angular, angularjs, bower, filter, grid, grid-layout, grid-system, javascript, javascript-library, npm, npm-package
- Language: JavaScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-elastic-grid
[](https://greenkeeper.io/)
[](https://travis-ci.org/lbenie/angular-elastic-grid) [](https://david-dm.org/lbenie/angular-elastic-grid#info=devDependencies) [](http://commitizen.github.io/cz-cli/) [](https://www.npmjs.org/package/angular-elastic-grid) [](https://www.npmjs.org/package/angular-elastic-grid)
[](https://github.com/lbenie/angular-elastic-grid/releases/)
 [](https://github.com/lbenie/angular-elastic-grid/blob/master/LICENSE)
## Installation
install `angular-elastic-grid` by bower or npm running the following command
```sh
bower install angular-elastic-grid --save
or
npm install angular-elastic-grid --save
```
or download
[here](https://raw.githubusercontent.com/lbenie/angular-elastic-grid/master/dist/angular-elastic-grid.min.js) then
append `angular-elastic-grid.min.js` in to end of body, before your project, after the `angular` and the other
libs.
```html
...
...
...
...