Skip to content

Instantly share code, notes, and snippets.

@manviny
Last active January 4, 2016 22:19
Show Gist options
  • Save manviny/8687206 to your computer and use it in GitHub Desktop.
Save manviny/8687206 to your computer and use it in GitHub Desktop.
$http.get( 'http://...json',{ cache:false } ).success(function (response) {
$scope.data = response.lits;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment