Wait for DOM to render

I noticed that in sometimes it takes longer to render the DOM (ng-repeat and bindonce) than to load the data. Is there any event I can bind to that is called after the DOM is rendered when I add items to the list ng-repeat is bound to?

Start digging on Google for it. Came across this:

http://www.verious.com/qa/angular-js-how-to-run-additional-code-after-angular-js-has-rendered-a-template/