fix2564 issue

This commit is contained in:
pengpengshui 2017-07-13 10:37:13 -07:00
parent 66bfc02d5b
commit ea07c211e2

View File

@ -184,7 +184,7 @@ export class CreateProjectComponent implements AfterViewChecked, OnInit, OnDestr
this.projectForm.reset();
}
public get isValid(): boolean {git
public get isValid(): boolean {
return this.currentForm &&
this.currentForm.valid &&
this.btnIsOk&&