angular.module('app') .controller('ShipyardController', ['$rootScope', function ($rootScope) { $rootScope.title = 'Coriolis - Shipyard'; }]);