From 850a4931c33e603df987999ab9eaae493575de71 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Sun, 7 Jun 2015 15:43:43 -0700 Subject: [PATCH] Fix fuel scoop time to calc refuel with internal fuel tanks --- app/js/directives/directive-slot-internal.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/js/directives/directive-slot-internal.js b/app/js/directives/directive-slot-internal.js index 37f6da63..d6aabb9d 100755 --- a/app/js/directives/directive-slot-internal.js +++ b/app/js/directives/directive-slot-internal.js @@ -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) {