Hi 

I have one page which contains date picker and next prev buttons.
when page loads page shows current week data.
When user clicks on next button then 
1) clear Div Html using $("#div").html('');
2) get data from ajax for next week.
3) load data on page (using Dhtml Table is created and $compile method is 
called)

so the issue is when page loads first time it is working fine. but when 
user starts clicking next buttons one by one the page performance is 
getting slow after 8-9 clicks.
When I type in text box it appears after 5-6 sec.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to