According to the documentation, the ngChange
directive will not trigger if the model is updated programmatically rather than through a change in the input value.
Does this imply that once you programmatically modify the model, you are unable to utilize ngChange
at all?
Alternatively, does it suggest that ngChange
cannot be used when:
1) The model is modified programmatically
AND
2) It's not possible to update the model through the input field