Skip to content

Instantly share code, notes, and snippets.

@L42y
Created March 19, 2013 13:53
Show Gist options
  • Save L42y/5196280 to your computer and use it in GitHub Desktop.
Save L42y/5196280 to your computer and use it in GitHub Desktop.
function FirstCtrl($scope) {
First.query({}, function(items) {
$scope.first = items;
});
Second.query({}, function(items) {
$scope.second = items;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment