fix(build): why is this happening to me?

This commit is contained in:
g00fy-
2013-10-14 11:20:02 +02:00
parent f2afba562b
commit 4fe2e175e4

1
dist/index.js vendored
View File

@@ -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');