Skip to content

Instantly share code, notes, and snippets.

@paganotoni
Created March 5, 2015 12:25
Show Gist options
  • Save paganotoni/adb4bc3d3bf7f0ae37af to your computer and use it in GitHub Desktop.
Save paganotoni/adb4bc3d3bf7f0ae37af to your computer and use it in GitHub Desktop.
var tumblrAPIURL = "http://api.tumblr.com/v2/blog/wawandco.tumblr.com/posts/text?callback=JSON_CALLBACK&api_key="+$scope.consumerKey;
$http.jsonp(tumblrAPIUrl) .success(function(data){
$scope.posts = data.response.posts;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment