{{SomeData}} means a data binding with a model in AngularJS.
Does this data binding process happen instantaneously?
In my case, I want to know the exact time when the new data is presented to the user.
So, are there any methods that I can insert some code before or after the data is presented that gets the time?