istic-openstack/client/js/controllers/status.js

14 lines
178 B
JavaScript
Raw Normal View History

2016-01-24 15:10:13 +01:00
/*
* mainApp Controller
*/
2016-01-31 11:47:13 +01:00
2016-02-05 19:35:38 +01:00
mainApp.controller('statusCtrl', ['$scope','sharedProfile', function ($scope, sharedProfile)
{
$scope.profile=sharedProfile;
2016-01-31 11:47:13 +01:00
2016-02-05 19:35:38 +01:00
}]);