Fixed #85
Created by: jaime-reliefapps
Changed [disable]="!form.valid" to [disable]="form.invalid" to avoid disabling the form group when disabling all its controllers.
Created by: jaime-reliefapps
Changed [disable]="!form.valid" to [disable]="form.invalid" to avoid disabling the form group when disabling all its controllers.