Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lev-savranskiy committed Oct 13, 2016
1 parent d587dc5 commit 4b528e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Simple AngularJS grid
* Bottom toolbar with info and pagination
* Clear folder structure

# Dependencies
<!--VENDORS-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.16.4/lodash.min.js"></script>
<script src="scripts/vendor/angular-paging.js"></script>
<script src="scripts/vendor/angular-tabindex.js"></script>
<script src="scripts/vendor/angular-pagination.js"></script>

<!--COMPONENTS-->
<script src="components/lsPager/lsPager.js"></script>
<script src="components/lsGrid/lsGrid.js"></script>
<link rel="stylesheet" href="components/lsGrid/lsGrid.css"/>

# Demo
http://wap7.ru/folio/angular-ls-grid/index.html

Expand Down

0 comments on commit 4b528e1

Please sign in to comment.