Thanks for the comment! I've implemented the call-back to the parent 
successfully, although the performance is still as bad as it was earlier. 
It seems to be that it still iterates through all of the DOM elements 
one-by-one.

$element.find("a.tooltips").tooltip();
$('a.tooltips').tooltip();

I would have assumed that one of the above lines would fix the performance 
issues, but it doesn't.

-- 
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