Fix test responsiveness login component

This commit is contained in:
mauriziovitale84
2016-06-20 11:21:04 +01:00
parent c89b3a4c83
commit eb9b90aaad
5 changed files with 123 additions and 67 deletions

View File

@@ -127,6 +127,7 @@ export class AlfrescoLoginComponent {
* @param data
*/
onValueChanged(data: any) {
this.error = false;
for (let field in this.formError) {
if (field) {
this.formError[field] = '';