mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
4 lines
143 B
JavaScript
4 lines
143 B
JavaScript
angular.module('app')
|
|
.controller('ShipyardController', ['$rootScope', function ($rootScope) {
|
|
$rootScope.title = 'Coriolis - Shipyard';
|
|
}]); |