Skip to content

Commit 1f8285c

Browse files
committed
remove code not in use
1 parent 2917f58 commit 1f8285c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/public/js/user/userCtrl.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ app.controller('UserCtrl', function ($rootScope, $scope, $window, SCapiService)
1010
.then(function(data) {
1111
$rootScope.userId = data.id;
1212
$scope.data = data;
13-
$scope.name = data.username;
14-
$scope.userThumb = data.avatar_url;
1513
}, function(error) {
1614
console.log('error', error);
1715
});

0 commit comments

Comments
 (0)