Skip to content

Instantly share code, notes, and snippets.

@ezy
Last active March 20, 2016 05:01
Show Gist options
  • Save ezy/edc8645f97dd92905c3c to your computer and use it in GitHub Desktop.
Save ezy/edc8645f97dd92905c3c to your computer and use it in GitHub Desktop.
Quick and dirty angular http controller get for a single result
# del ->
$scope.ext = []
$http.get('/data/social.json').then (result) ->
$scope.ext = result.data.fetchr[9]
console.log($scope.ext)
return
# -> del
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment