Skip to content

cronnie/angular-datatables

Repository files navigation

angular-datatables Build Status Built with Grunt

angular-datatables

Work in progress

Getting started

Dependencies

The required dependencies are:

Download

Manually

The files can be downloaded from:

  • Minified JS and CSS for production usage
  • Un-minified JS and CSS for development

With BowerJS

$ bower install angular-datatables

Installation

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']);

Usage

TODO

License

MIT License

About

DataTables using angular directives

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 68.2%
  • JavaScript 28.1%
  • CSS 3.7%