Skip to content

Commit

Permalink
Change name of gtl loader service
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Sep 20, 2016
1 parent 72f826b commit f51dd7b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 48 deletions.
1 change: 0 additions & 1 deletion demo/controllers/dataTableController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export default class DataTableController {
}

public limitTo() {
console.log(this);
this.filteredRows = this.$filter('limitTo')(
this.filteredRows,
this.settings.perpage,
Expand Down
86 changes: 40 additions & 46 deletions dist/js/ui-components.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/gtl/services/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import DataTableService from './dataTableService';

export default (module: ng.IModule) => {
module.service('MiQEndpointsService', DataTableService);
module.service('MiQDataTableService', DataTableService);
};

0 comments on commit f51dd7b

Please sign in to comment.