When I change views continuously from one view to another, memory usage is going up and ultlimately crashes in iPhone. I also checked in chrome dev tools and it is high. Any help or pointers to solve this problem will be great. I already checked forum and found few threads but they are old. I am using latest build.
Thank you so much.
I found that ng-repeat is causing the memory leaks. I tried with collection-repeat and it is working. However, need help in setting up the list cards using collection-repeat. Really appreciate if any examples available for collection-repeat for list card. I tried replacing ng-repeat with collection-repeat but getting strange errors such as stack overflow etc, also images are not visible properly.