Skip to content

Instantly share code, notes, and snippets.

@pichsenmeister
Created August 15, 2013 20:57
Show Gist options
  • Save pichsenmeister/6244802 to your computer and use it in GitHub Desktop.
Save pichsenmeister/6244802 to your computer and use it in GitHub Desktop.
angularJS and typescript load
load() {
this.http.get('http://localhost/angularTS/coffee.json').success(
(data, status) => this.coffee = <Coffee>data
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment