It does not matter how large your for
loop is, AngularJS doesn't render anything to HTML unless the loop has finished. But it should render to HTML as $scope
changes (as happens in two-way data binding). A pen is created for this.
Have I misunderstood anything?