Skip to content

v0.5.5

Compare
Choose a tag to compare
@l-lin l-lin released this 02 Sep 08:16
· 502 commits to master since this release

This release contains the following:

  • Correct bootstrap plugin css reference in bower.json #679
  • Fixed example in docs - changed 'withLabel()' to 'withTitle()' #697
  • Update package.json with new datatables packages #688
  • Update documentation #703 #777
  • Fix datatables dependency to datatables.net instead of datatables #766
  • Correct when working with debugInfoEnabled #746
  • Add DTDefaultOptions.setOption #796
angular.module('myModule', ['datatables']).run(function(DTDefaultOptions) {
    DTDefaultOptions.setOption('dom', 'lpfrtip');
});