Change ui validation error state to 'invalid'

Change-Id: I6b20c679758326e188954c98f9eff4834a53c296
This commit is contained in:
jiahuay 2014-10-24 18:46:05 -07:00
parent 3ad1a4e8d2
commit 9a20239de3

View File

@ -624,7 +624,7 @@ define(['uiRouter', 'angularTable', 'angularDragDrop', 'angularTouch', 'ngSpinne
}
var commitState = {
"name": "os_global",
"state": "error",
"state": "invalid",
"message": message
};
wizardFactory.setCommitState(commitState);
@ -1082,7 +1082,7 @@ define(['uiRouter', 'angularTable', 'angularDragDrop', 'angularTouch', 'ngSpinne
}
var commitState = {
"name": "partition",
"state": "error",
"state": "invalid",
"message": message
};
wizardFactory.setCommitState(commitState);