Skip to content

Instantly share code, notes, and snippets.

@hunterloftis
Created May 8, 2013 22:38
Show Gist options
  • Save hunterloftis/5544229 to your computer and use it in GitHub Desktop.
Save hunterloftis/5544229 to your computer and use it in GitHub Desktop.
.on('click', function() {
scope.$apply(function() {
scope.$emit('details', { url: scope.movie.mobileDetailsLinkUrl });
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment