istic-openstack/client/js/controllers/home/main.js
2016-02-18 18:06:06 +01:00

10 lines
192 B
JavaScript

/**
* The home controller
*
* @param {$scope} $scope The $scope service from angular
*/
mainApp.controller('homeCtrl', [ '$scope', 'Compute', function ($scope, Compute)
{
}]);