summaryrefslogtreecommitdiff
path: root/client/js/controllers/status.js
blob: 4ffdb6bdf626aa3369b8de1d743ba7124f5ca368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * mainApp Controller
 */





mainApp.controller('statusCtrl', ['$scope','sharedProfile', function ($scope, sharedProfile)
{
    $scope.profile=sharedProfile;
    
     
}]);