mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Initial commit
This commit is contained in:
4
app/js/controllers/controller-shipyard.js
Normal file
4
app/js/controllers/controller-shipyard.js
Normal file
@@ -0,0 +1,4 @@
|
||||
angular.module('app')
|
||||
.controller('ShipyardController', ['$rootScope', '$scope', function ($rootScope, $scope) {
|
||||
|
||||
}]);
|
||||
Reference in New Issue
Block a user