This commit is contained in:
@@ -83,7 +83,7 @@ function getControlLabel(ctrl) {
|
||||
// Get errors for a particular field
|
||||
// from server error collection
|
||||
//
|
||||
function getErrorsForField(vm, ref, index) {
|
||||
function getErrorsForField(vm, ref) {
|
||||
//Note: to debug this on forms just put {{ formState.serverError }}
|
||||
//on the form to see what is actually stored there and should be showing
|
||||
let ret = [];
|
||||
|
||||
Reference in New Issue
Block a user