Skip to content

Instantly share code, notes, and snippets.

@chandermani
Last active August 29, 2015 13:55
Show Gist options
  • Save chandermani/8749891 to your computer and use it in GitHub Desktop.
Save chandermani/8749891 to your computer and use it in GitHub Desktop.
$scope.foo = $http({method: 'GET', url: '/someUrl'});
<!--In HTML this works-->
<div>{{foo}}</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment