Skip to content

Commit

Permalink
chore(modal): clean up code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Jan 17, 2016
1 parent 4cf6a83 commit 8a3c4b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/modal/test/modal.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('$uibResolve', function() {
});
});

describe('$uibModal', function () {
describe('$uibModal', function() {
var $animate, $controllerProvider, $rootScope, $document, $compile, $templateCache, $timeout, $q;
var $uibModal, $uibModalStack, $uibModalProvider;

Expand Down Expand Up @@ -220,7 +220,7 @@ describe('$uibModal', function () {
$rootScope.$digest();
if (!noFlush) {
$animate.flush();
}
}
}

return modal;
Expand Down Expand Up @@ -1498,4 +1498,3 @@ describe('$uibModal', function () {
});
});
});

0 comments on commit 8a3c4b8

Please sign in to comment.