mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
angular.module('app')
|
|
.controller('ShipyardController', ['$rootScope', '$scope', function ($rootScope, $scope) {
|
|
|
|
}]); |