mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +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:{
|
scope:{
|
||||||
c: '=slot',
|
c: '=slot',
|
||||||
lbl: '=',
|
lbl: '=',
|
||||||
ft: '=',
|
fuel: '='
|
||||||
|
|
||||||
},
|
},
|
||||||
templateUrl: 'views/_slot-internal.html',
|
templateUrl: 'views/_slot-internal.html',
|
||||||
link: function(scope) {
|
link: function(scope) {
|
||||||
|
|||||||
Reference in New Issue
Block a user