Skip to content

Commit

Permalink
Add test to cover this error #148
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Jul 26, 2015
1 parent b1f7a36 commit 6815c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ angular.module('ngTasty.component.table', [
scope.pagMaxRange = 1;

getPage = function (numPage) {
console.log(numPage)
tastyTable.setParams('page', numPage);
};

Expand Down

0 comments on commit 6815c40

Please sign in to comment.