Skip to content

Commit

Permalink
Merge pull request #133 from ericfeldmann/web
Browse files Browse the repository at this point in the history
fixed it for real this time
  • Loading branch information
Michael Davis committed May 2, 2014
2 parents 681ac0c + 9ceee38 commit d3a0917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/controllers/user_detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ angular.module('vinzApp')

var userId = $routeParams.id;

$scope.user = users.getUser(userId);
$scope.myServers = users.getUserServers(userId);



}]);

0 comments on commit d3a0917

Please sign in to comment.