feat($compile): support modifying the DOM structure in postlink fn
Support modifying the DOM structure in the post link function of a directive by creating a defensive copy of the node list, as opposed to a live DOM list. This is useful for directives to actually replace their entire DOM fragment, e.g. with the HTML fragment generated by a 3rd party component (Closure, Bootstrap ...). Fix the indentation of the compileNodes function (was one too little).
M
Martin Probst committed
cdf6fb19c85560b30607e71dc2b19fde54760faa
Parent: c909f49
Committed by Igor Minar <igor@angularjs.org>
on 1/10/2013, 4:06:22 AM