Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit cde6a45

Browse files
committedFeb 9, 2014
refactor(pagination): remove unused watch
Closes #1769
1 parent a88b115 commit cde6a45

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/pagination/pagination.js

-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ angular.module('ui.bootstrap.pagination', [])
5656
}
5757
};
5858

59-
$scope.$watch('page', function() {
60-
self.render();
61-
});
62-
6359
$scope.$watch('totalItems', function() {
6460
$scope.totalPages = self.calculateTotalPages();
6561
});

0 commit comments

Comments
 (0)
This repository has been archived.