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

Commit a8624e0

Browse files
committed
chore(pagination): clean up code style
1 parent c8df6f2 commit a8624e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pagination/test/pagination.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ describe('pagination directive', function() {
244244
});
245245
});
246246

247-
describe('executes `ng-change` expression', function() {
247+
describe('executes `ng-change` expression', function() {
248248
beforeEach(function() {
249249
$rootScope.selectPageHandler = jasmine.createSpy('selectPageHandler');
250250
element = $compile('<uib-pagination total-items="total" ng-model="currentPage" ng-change="selectPageHandler()"></uib-pagination>')($rootScope);

0 commit comments

Comments
 (0)