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

Commit

Permalink
chore(datepicker): clean up bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Aug 8, 2015
1 parent e04b06d commit 54f4d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepicker/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ angular.module('ui.bootstrap.datepicker', ['ui.bootstrap.dateparser', 'ui.bootst
});
} else {
self[key] = datepickerConfig[key] || null;
$scope[key] = self[key];
$scope[key] = self[key];
}
});

Expand Down

0 comments on commit 54f4d73

Please sign in to comment.