We are constructing a tree structure using ng-repeat, for this we are 
making visual force remote action call to get 
some large(11000 records) Json data from the back end ,Once we get the data 
we are binding to scope variable by calling $scope.$apply() to let angular 
know about this model object(scope variable) change,when $scope.$apply 
method is called my page is taking too long and even breaking after 
sometime at $rootscope.$digest() (which is in $apply())...

Any suggestions ?


Thanks,

Venkat.

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