Changes:
- added inputs/outputs for sorting (#14)
Bugfixes:
- detect changes in inputData array (#10)
- fixed detecting changes in mfRowsOnPage (#32)
- fixed support for AOT compilation
Changes:
- changed the old "typings" system to the new "@types" system
- added support for AOT compilation
Bugfixes:
- sorting by child properties (#41)
Breaking changes:
- update angular library to 2.0.0
Bugfixes:
- sort case insensitive
- fixed pagination, fix #29, #33
#Changelog
Breaking changes:
- update angular library to 2.0.0-rc.0
Breaking changes:
- move `rowsOnPage` and `activePage` input from BootstrapPaginator to DataTable directive
Bugfixes:
- fix error when mfData input is undefined
- add src so map files should have correct paths
Bugfixes:
- fix not visible paginator
Bugfixes:
- add import for lodash in file `DataTable.ts`
Bugfixes:
- remove `href` attribute from DefaultSorter
- add style `cursor: pointer` to links in DefaultSorter and BootstrapPaginator
Bugfixes:
- remove `href` attribute from BootstrapPaginator template