Skip to content

Commit fa47656

Browse files
committed
commented out unfinished code
1 parent 8b3ea86 commit fa47656

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

angular-table.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@
172172
return $scope.currentPage = normalizePage(page);
173173
};
174174
update();
175-
$scope.$watch("list", function(newValue, oldValue) {
176-
return update();
177-
});
178175
$scope.$watch("itemsPerPage", function() {
179176
return $scope.update();
180177
});

angular-table.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gem/app/assets/javascripts/angular-table.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@
172172
return $scope.currentPage = normalizePage(page);
173173
};
174174
update();
175-
$scope.$watch("list", function(newValue, oldValue) {
176-
return update();
177-
});
178175
$scope.$watch("itemsPerPage", function() {
179176
return $scope.update();
180177
});

0 commit comments

Comments
 (0)