Reputation: 155
Good day! However I have read on stackoverflow a lot of article but nothing found. I have a little question about ngRepeat I mean about its execution. I want to be notifeid when ngRepeat iterate has finished. How to define finish render ngRepeat and run callback? And don't propose me to use $timeout.
Upvotes: 1
Views: 461
Reputation: 1386
This question seems close to this one : Angular JS callback after ng-repeat is completed dynamically where Shohel answered to use a $broadcast on a custom directive so you can catch an event on your controller. Hope it will helped you.
Upvotes: 1