Posts by pdf • 21 points
1 post
- 
		2 votes1 answer1245 viewsA: Problems with ng-required and ng-disableThe solution you seek is the correct use of the directive ngForm. It serves exactly for you to isolate the scope of each form and disable the save button of each input individually. For example in…