mirror of
https://github.com/wahyd4/harbor.git
synced 2026-08-22 19:29:04 +10:00
update for toggling page button.
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
if(tc.canDecrement()) {
|
||||
tc.decrement();
|
||||
drawButtons(tc.getTime());
|
||||
element.find('li[tag="pagination-button"] a[page="' + ctrl.page + '"]').trigger('click');
|
||||
togglePageButton();
|
||||
}
|
||||
scope.$apply();
|
||||
}
|
||||
@@ -178,7 +178,7 @@
|
||||
if(tc.canIncrement()) {
|
||||
tc.increment();
|
||||
drawButtons(tc.getTime());
|
||||
element.find('li[tag="pagination-button"] a[page="' + ctrl.page + '"]').trigger('click');
|
||||
togglePageButton();
|
||||
}
|
||||
scope.$apply();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user