blob: d540d3f1a868b002d6421e0f631635d7dc4e0697 [file]
'text/javascript';
window.habitrpg
.controller('StaticAvatarCtrl', ['$scope', function($scope){
$scope.profile = window.env.user;
}])