AngularJS (Angular 1) サンプル: ng-repeat の完了イベント
ディレクティブを使用すると
ng-repeat
完了時のイベント (on-finish-render) を定義することができます。
データをセットする
{{item.head}}
{{item.body}}
参考
events - Calling a function when ng-repeat has finished - Stack Overflow