Created
March 19, 2013 13:53
-
-
Save L42y/5196280 to your computer and use it in GitHub Desktop.
Revisions
-
L42y created this gist
Mar 19, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ function FirstCtrl($scope) { First.query({}, function(items) { $scope.first = items; }); Second.query({}, function(items) { $scope.second = items; }); }