Skip to content

Commit

Permalink
Improved gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Dec 27, 2015
1 parent c76f11e commit 5906b71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,4 @@ gulp.task('watch', function () {
}));
});

gulp.task('default', ['watch']);
5 changes: 0 additions & 5 deletions src/component/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5906b71

Please sign in to comment.