I-m looking for a method for input fields which triggers on change, but which triggers after the model update. The reason why I'm looking for this method is I have a rather complex web-page with many input fields that influence each other. And having a $watchGroup method and ng-change methods for each input which only sets flags if the user changed input on a field is not the best way to organize code. And I would really prefer a method like ng-change that triggers after model update, so that the flow of the code would be much clearer.
Does such a method even exists?
Regards, AK