An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# angular-elastic-grid

[![Greenkeeper badge](https://badges.greenkeeper.io/lbenie/angular-elastic-grid.svg)](https://greenkeeper.io/)

[![Build Status](https://travis-ci.org/lbenie/angular-elastic-grid.svg?branch=master&maxAge=2592000)](https://travis-ci.org/lbenie/angular-elastic-grid) [![devDependency Status](https://david-dm.org/lbenie/angular-elastic-grid/dev-status.svg?maxAge=2592000)](https://david-dm.org/lbenie/angular-elastic-grid#info=devDependencies) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?maxAge=2592000)](http://commitizen.github.io/cz-cli/) [![version](https://img.shields.io/npm/v/angular-elastic-grid.svg?maxAge=2592000)](https://www.npmjs.org/package/angular-elastic-grid) [![npm](https://img.shields.io/npm/dt/angular-elastic-grid.svg?maxAge=2592000)](https://www.npmjs.org/package/angular-elastic-grid)
[![GitHub release](https://img.shields.io/github/release/lbenie/angular-elastic-grid.svg?maxAge=2592000)](https://github.com/lbenie/angular-elastic-grid/releases/)
![node](https://img.shields.io/node/v/angular-elastic-grid.svg) [![license](https://img.shields.io/github/license/lbenie/angular-elastic-grid.svg?maxAge=2592000)](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

...
...

...
...