View on GitHub

Angular-list-x

Extended List widget for AngularJS & Bootstrap

Download this project as a .zip file Download this project as a tar.gz file

Examples

Minimalistic List X | List X with default template | Event handling in List X | List X: i18n support

Installation

Bower

bower install angular-list-x

NPM

npm install angular-list-x

Basic example:

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">

<body ng-app="myApp">

<list-x ng-model="items" title="Default Template" load-url="test2.json"></list-x>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script>
<script src="../angular.listx.min.js"></script>
<!-- Define our module with corresponding dependencies -->
<script>angular.module('myApp', ['listxModule']);</script>

License

MIT