Well, the title of question might not be clear. So here I explain:
I have an input field I1 whose ng-model is binded to an object.
Then I have few more input fields, whose values if changed are summed together and reflected in ng-model of I1.
Now when, the I1 is changed explictly by typing in input box, its ng-change gets triggered. However, if the value of I1 changes due to change in few more input fields, the ng-change of I1 is not triggered.
In short, the value displayed in I1 is changed due to changes in few more input fields, but its ng-change is not triggered.
How do I trigger ng-change, even when ng-model is soft updated I hope, readers get the idea here, as I know it has become bit complicated to read