perf(select): execute render after $digest cycle
This is an optimization to defer execution of the render function in the select directive after the $digest cycle completes inside the $watchCollection expressions. This does a check to see if the render function is already registered in the $$postDigestQueue before it passes it into $$postDigest, guaranteeing that the DOM manipulation happens only in one execution after the model settles. Closes #8825
W
Wesley Cho committed
6f7018d52fa4f9f9c7fa8e3035317d1239efb20f
Parent: 4f9ac07
Committed by Igor Minar <igor@angularjs.org>
on 8/29/2014, 7:24:49 PM