This commit is contained in:
@@ -477,7 +477,10 @@ Here are all the API level error codes that can be returned by the API server:
|
||||
return o.target == ref;
|
||||
});
|
||||
|
||||
console.log("Removed:");
|
||||
console.log(m);
|
||||
//if a target was hit then need to trigger validate again for it to remove the error message
|
||||
if (m.length > 0) {
|
||||
var ctrl = getControl(v, ref);
|
||||
ctrl.errorMessages=[];
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user