fix js error in umbblockedfield
This commit is contained in:
@@ -53,11 +53,12 @@
|
||||
model: '=ngModel',
|
||||
locked: "=?",
|
||||
placeholderText: "=?"
|
||||
};
|
||||
|
||||
return directive;
|
||||
},
|
||||
link: link
|
||||
};
|
||||
|
||||
return directive;
|
||||
|
||||
}
|
||||
|
||||
angular.module('umbraco.directives').directive('umbLockedField', LockedFieldDirective);
|
||||
|
||||
Reference in New Issue
Block a user