I am having a memory leak inside my AngularJS application and I don't know what would cause this. I have done a couple of snapshots inside Chrome's dev tools and there is unreleased memory which contains information related to moment.js. Inside the dev tools window I can see a parent "(array)", which contains other arrays filled with a bunch of objects related to the moment.js library. Here's a picture:
Does anybody have a hint on what I should check? Or has someone dealt with this as well? Thank you!