I was reading some article to understand a little bit more how angular.js works.
I understood what is 'dirty checking($digest)'.
But on what rate the watchers are listening for dirty fields?
And whats the minimum rate at which angular can update the $scope variable changes?
pristinemeaning untouched, so once the value of it changes it will be marked asdirtyand you can only revert it back to pristine once you refresh the page - DarkMakukudo