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