mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
Split utility mounts and hard points, add refuel time
This commit is contained in:
@@ -4,7 +4,8 @@ angular.module('app').directive('slotInternal', ['$rootScope', function ($r) {
|
||||
scope:{
|
||||
c: '=slot',
|
||||
lbl: '=',
|
||||
opts: '='
|
||||
ft: '=',
|
||||
|
||||
},
|
||||
templateUrl: 'views/_slot-internal.html',
|
||||
link: function(scope) {
|
||||
|
||||
Reference in New Issue
Block a user