From a8624e0cffaf8cac7797021da51e3c34706fa0ee Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Thu, 29 Oct 2015 13:38:25 -0700 Subject: [PATCH] chore(pagination): clean up code style --- src/pagination/test/pagination.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pagination/test/pagination.spec.js b/src/pagination/test/pagination.spec.js index d18e7e8338..a49dec5745 100644 --- a/src/pagination/test/pagination.spec.js +++ b/src/pagination/test/pagination.spec.js @@ -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('')($rootScope);