Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $scope.Profile = Datastore.Profile;
  2.  
  3. $scope.loadGroups = function () {
  4. Datastore.Groups.list().then(function (groups) {
  5. $scope.groups = groups;
  6. });
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement