Skip to content

Instantly share code, notes, and snippets.

@michaellujan
Created August 1, 2013 21:51
Show Gist options
  • Save michaellujan/6135687 to your computer and use it in GitHub Desktop.
Save michaellujan/6135687 to your computer and use it in GitHub Desktop.
$scope.test = [];
var q = new Query('/streammanager/stations/**');
q.all().then(function(resp){
$scope.test = resp;
});
console.log($scope.test);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment