mirror of
https://github.com/HackPlan/angular-datepicker.git
synced 2026-04-29 20:25:59 +08:00
fix(build): why is this happening to me?
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -352,6 +352,7 @@ Module.directive('dateTime', function ($compile, $document, $filter, dateTimeCon
|
||||
|
||||
return {
|
||||
require: 'ngModel',
|
||||
scope:true,
|
||||
link: function (scope, element, attrs, ngModel) {
|
||||
var format = attrs.format || dateTimeConfig.format;
|
||||
var parentForm = element.inheritedData('$formController');
|
||||
|
||||
Reference in New Issue
Block a user