Skip to content

Commit

Permalink
Added form-control
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Fedorenko committed Jan 9, 2014
1 parent 7a9019e commit d251866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datetimepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ angular.module('ui.bootstrap.datetimepicker', ["ui.bootstrap"])
return previousAttrs + createAttr.apply(null, attr)
}
var tmpl = "<div class=\"datetimepicker-wrapper\">" +
"<input type=\"text\" ng-model=\"ngModel\" " + [
"<input class=\"form-control\" type=\"text\" ng-model=\"ngModel\" " + [
["min", "minDate"],
["max", "maxDate"],
["dayFormat"],
Expand Down

0 comments on commit d251866

Please sign in to comment.