Skip to content

Commit

Permalink
chore(datepicker): remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
renkaixin authored and wesleycho committed Jun 13, 2016
1 parent 5fdcbd6 commit 55cf26b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/datepicker/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ angular.module('ui.bootstrap.datepicker', ['ui.bootstrap.dateparser', 'ui.bootst
var self = this,
ngModelCtrl = { $setViewValue: angular.noop }, // nullModelCtrl;
ngModelOptions = {},
watchListeners = [],
optionsUsed = !!$attrs.datepickerOptions;
watchListeners = [];

$element.addClass('uib-datepicker');
$attrs.$set('role', 'application');
Expand Down

0 comments on commit 55cf26b

Please sign in to comment.