Skip to content

Instantly share code, notes, and snippets.

@marknutter
Created October 4, 2012 21:55
Show Gist options
  • Save marknutter/3836725 to your computer and use it in GitHub Desktop.
Save marknutter/3836725 to your computer and use it in GitHub Desktop.
$scope.openDiscussion = function(discussion) {
window.cordovaInterface(discussion.description, function(a) { console.log(a)});
$location.path(discussion.key.replace(/\:/g,'/'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment