Skip to content

Instantly share code, notes, and snippets.

@nul800sebastiaan
Created January 23, 2015 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nul800sebastiaan/dfab85e4c80d0b644831 to your computer and use it in GitHub Desktop.
Save nul800sebastiaan/dfab85e4c80d0b644831 to your computer and use it in GitHub Desktop.
entityResource.getById(1120, "Content").then(
function(ent) {
$scope.nodeUrl = ent.urls[0];
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment