#1455 - added new check to show-hide validation icon next form title (#1463)

This commit is contained in:
Vito
2017-01-13 09:56:52 -08:00
committed by Mario Romano
parent 0afcc29e37
commit fdb232cb40
3 changed files with 5 additions and 1 deletions

View File

@@ -133,6 +133,9 @@ export class ActivitiForm implements OnInit, AfterViewChecked, OnChanges {
@Input()
showRefreshButton: boolean = true;
@Input()
showValidationIcon: boolean = true;
@Output()
formSaved: EventEmitter<FormModel> = new EventEmitter<FormModel>();