Working on an Angular form where users advance to the next step by clicking a button, but it remains disabled until all fields are valid.
I'm wondering how I can implement a custom class to highlight incomplete fields when the user tries to move to the next step. Should I use $scope.watch or is there a simpler method to identify the invalid form elements?