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

10 lines
172 B
JavaScript
Raw Normal View History

2016-03-06 14:51:50 +01:00
/**
* The image controller
*
* @param {$scope} $scope The $scope service from angular
*/
mainApp.controller('imageCtrl', function ($scope)
{
$scope.title="Test";
});