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