I want if the input \'Contract type\' is empty, the button \'Save\' is not clickable
Save button:
Change ng-disabled="!contractTypeValid" to [disabled]="!contractTypeValid"
ng-disabled="!contractTypeValid"
[disabled]="!contractTypeValid"