Tested in chrome latest and other browsers. This page starts a timer() to refresh every 60 seconds. On init() and every refresh(), it gets data from the server and display the same in the page. We see that it leaks lot of MB every refresh.
Now, how do I identify the specific objects and/or DOM Nodes that are being leaked
Once I identify the object/Nodes from #1, how do I go about fixing the leaks ?
Are there any books, good tutorials that would cover the above for Angularjs 1.5 ?