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