Skip to content

Instantly share code, notes, and snippets.

@PatrickJS
Created September 26, 2013 07:27
Show Gist options
  • Select an option

  • Save PatrickJS/6710892 to your computer and use it in GitHub Desktop.

Select an option

Save PatrickJS/6710892 to your computer and use it in GitHub Desktop.
$off in angular
var offCallMeFn = $scope.$on("$locationChangeStart", callMe);
//this will deregister that listener
offCallMeFn();
@dejakob
Copy link
Copy Markdown

dejakob commented Oct 4, 2016

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment