Results 16 comments of Armen

Any updates on this? is there the 5mb storage limit of chrome?

I'm also having serious leakes because i destroy my controllers holding this directive. i tried adding what you said but I get this error when i toggled routes (in ui...

@Ruffle0 actually I am not sure its working. I still have performance drop after and many events not getting removed. I modified the directive a bit to remove the post-mortem...

would be useful if there as a function to remove event listeners from the page - since the destrory function is failing to do this.

In the mean time i created this custom directive ``` app.directive('hotIdAppend',["hotRegisterer",function(hotRegisterer) { return { restrict: 'A', link: function (scope, element, attr){ var hotInstance = hotRegisterer.getInstance(attr.hotId); hotInstance.hotId = attr.hotId; } };...

I agree, addItem with relative = true should be the default. I made this change in my own code but I would prefer not to mess with the source code...

I also have this issue - havent tried downgrading though

http://stackoverflow.com/questions/35750750/angular-google-maps-drag-event-doesnt-capture-center-change-until-end Just adding this in case needed