Skip to content

Instantly share code, notes, and snippets.

@gerrywastaken
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerrywastaken/986fe096fe7fa4f13b41 to your computer and use it in GitHub Desktop.
Save gerrywastaken/986fe096fe7fa4f13b41 to your computer and use it in GitHub Desktop.
$scope.weatherResult = $scope.weatherApi.get(
{ q: $scope.city, cnt: 2 },
function(result) {
console.log(result)
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment