Fix fuel scoop time to calc refuel with internal fuel tanks

This commit is contained in:
Colin McLeod
2015-06-07 15:43:43 -07:00
parent b5e1c86a93
commit 850a4931c3

View File

@@ -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) {