From 5906b7109b879164a95206280200d58733c7771b Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Sat, 26 Dec 2015 19:42:08 -0800 Subject: [PATCH] Improved gulpfile --- gulpfile.js | 1 + src/component/table.js | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) 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;