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

Commit

Permalink
chore(timepicker): clean up code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Sep 14, 2015
1 parent fb90152 commit 7ba2527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timepicker/test/timepicker.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ describe('timepicker directive', function() {
angular.extend(timepickerConfig, originalConfig);
}));

it('does not affect the initial value', function () {
it('does not affect the initial value', function() {
expect(getTimeState(true)).toEqual(['14', '40']);
expect(getModelState()).toEqual([14, 40]);
});
Expand Down

0 comments on commit 7ba2527

Please sign in to comment.