diff --git a/gulpfile.js b/gulpfile.js index c74eef9d..dc2ce8a1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -348,3 +348,4 @@ gulp.task('watch', function () { })); }); +gulp.task('default', ['watch']); diff --git a/src/component/table.js b/src/component/table.js index 568ebc36..2a6bdc03 100644 --- a/src/component/table.js +++ b/src/component/table.js @@ -382,12 +382,7 @@ angular.module('ngTasty.component.table', [ $scope.params.page = $scope.init.filterBase; } } - - // after filter - // change the page - $scope.url = buildUrl($scope.params, $scope.filters); - function updateServerSideResource () { $scope.logs.updateServerSideResourceRunning = true;