fixes valServer directive so that JS errors dont' occur on the content tyep editor
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
**/
|
||||
function valServer(serverValidationManager) {
|
||||
return {
|
||||
require: ['ngModel', '^^umbProperty', '?^^umbVariantContent'],
|
||||
require: ['ngModel', '?^^umbProperty', '?^^umbVariantContent'],
|
||||
restrict: "A",
|
||||
scope: {},
|
||||
link: function (scope, element, attr, ctrls) {
|
||||
|
||||
Reference in New Issue
Block a user