Handling large amount of data in Angular $scope object
Hi Guys, we are working on large AngularJS application, there I need to store the large amount of data in $scope variables. If I store the more than 4000+ customer details the application is crashing. Can some one help me out to handle/fix this issue.