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