Add failing test, seeking help/advice

This commit is contained in:
Clint Ryan
2017-03-14 12:35:48 +11:00
parent 92b02295b5
commit 83bd4dcf60
2 changed files with 38 additions and 1 deletions
@@ -1,6 +1,6 @@
"use strict";
habitrpg.controller("UserCtrl", ['$rootScope', '$scope', '$location', 'User', '$http', '$state', 'Guide', 'Shared', 'Content', 'Stats', 'Social', 'Costume',
habitrpg.controller('UserCtrl', ['$rootScope', '$scope', '$location', 'User', '$http', '$state', 'Guide', 'Shared', 'Content', 'Stats', 'Social', 'Costume',
function($rootScope, $scope, $location, User, $http, $state, Guide, Shared, Content, Stats, Social, Costume) {
$scope.profile = User.user;