http://stackoverflow.com/questions/15207788/calling-a-function-when-ng-repeat-has-finished


On 2 October 2014 17:05, Alain Chautard <achaut...@gmail.com> wrote:

> You can use $timeout(function() { .... your code here ...}); whcih will
> basically run your specific code once the DOM has finished rendering.
>
> On Tuesday, April 16, 2013 1:39:58 AM UTC-7, Raj Sekharan wrote:
>>
>> I'm currently developing a DOM heavy application that uses angularjs. I
>> need to add event handlers to individual elements in a ngrepeat. The
>> ngrepeat is bound to a array that could change based on user action. I need
>> to be able to get a notification after angular finishes the updates for the
>> DOM so that I can do come actions on the new elements in the scope. is it
>> possible to do this?
>
>  --
> You received this message because you are subscribed to the Google Groups
> "AngularJS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to angular+unsubscr...@googlegroups.com.
> To post to this group, send email to angular@googlegroups.com.
> Visit this group at http://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Tony Polinelli

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to