Skip to content

v0.1.1

Compare
Choose a tag to compare
@l-lin l-lin released this 06 Sep 12:26
· 503 commits to master since this release

This release contains the following:

  • Expose the DataTable object in the event #64:
$scope.$on('event:dataTableLoaded', function(event, loadedDT) {
    // loadedDT === {"id": "foobar", dt: oTable}
});
  • Several corrections on bower.json #65
  • Correct issue when changing data with the "Angular way" #63
  • Update documentations (no RequireJS support)