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