istic-openstack/client/js/controllers/image/image.js
2016-03-06 14:51:50 +01:00

9 lines
172 B
JavaScript

/**
* The image controller
*
* @param {$scope} $scope The $scope service from angular
*/
mainApp.controller('imageCtrl', function ($scope)
{
$scope.title="Test";
});