Wednesday, August 6, 2014

About Digest Cycle angularjs

dirty checking : (prev_val, post_val)
check : 
if prev_val == post_val 
cycle_stop();
else :
keep_updating(); --> maybe deadclock ?


Below is diagram for dirty checking :D (angularjs digest cycle):