v0.5.5
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 ofdatatables
#766 - Correct when working with
debugInfoEnabled
#746 - Add
DTDefaultOptions.setOption
#796
angular.module('myModule', ['datatables']).run(function(DTDefaultOptions) {
DTDefaultOptions.setOption('dom', 'lpfrtip');
});