If there is a view that displays elements in an array, and the array grows; how does angular refresh the DOM? Does it just append the new elements to the existing view or recreates the whole thing?
I fear that I might run into a Schlemiel the Painter's algorithm if I keep adding stuff to lists...