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

Commit

Permalink
chore(pagination): clean up code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Oct 29, 2015
1 parent c8df6f2 commit a8624e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pagination/test/pagination.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ describe('pagination directive', function() {
});
});

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

0 comments on commit a8624e0

Please sign in to comment.