Swapnil Saurav

Results 1 issues of Swapnil Saurav

Hi, I am trying to remove one listener when my controller is changing via ``` $scope.$on('$destroy', function() { hpSocketFactory.removeListener(emiterListernerLeagueLobby, function(err) { }); hpSDSocketFactory.removeListener(emiterListernerMatchID, function(err) { }); }); ``` But it...