mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Fix fuel scoop time to calc refuel with internal fuel tanks
This commit is contained in:
@@ -4,8 +4,7 @@ angular.module('app').directive('slotInternal', ['$rootScope', function ($r) {
|
||||
scope:{
|
||||
c: '=slot',
|
||||
lbl: '=',
|
||||
ft: '=',
|
||||
|
||||
fuel: '='
|
||||
},
|
||||
templateUrl: 'views/_slot-internal.html',
|
||||
link: function(scope) {
|
||||
|
||||
Reference in New Issue
Block a user