angular-datatables
Work in progress
The required dependencies are:
The files can be downloaded from:
$ bower install angular-datatables
Include the JS and CSS file in your index.html file:
<link rel="stylesheet" href="angular-datatables.min.css">
<script src="angular-datatables.min.js"></script>
Declare dependencies on your module app like this:
angular.module('myModule', ['angularDatatables']);
TODO