From df53da6e0a476db6c0e46b9d5e6c2b5d620c600a Mon Sep 17 00:00:00 2001 From: Daniel Malachovsky Date: Sat, 6 Feb 2016 00:55:22 +0100 Subject: vBDManager services initial commit - added add/get/object definitions for vBD, VPP and Interfaces Change-Id: Ic639f06fad5700a1722fdb0b1034b8134bdb1c41 Signed-off-by: Daniel Malachovsky --- .../module/src/main/resources/vpp/controllers/inventory.controller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vbd/gui/module/src/main/resources/vpp/controllers/inventory.controller.js') diff --git a/vbd/gui/module/src/main/resources/vpp/controllers/inventory.controller.js b/vbd/gui/module/src/main/resources/vpp/controllers/inventory.controller.js index f447bd0fb..8d85cc704 100644 --- a/vbd/gui/module/src/main/resources/vpp/controllers/inventory.controller.js +++ b/vbd/gui/module/src/main/resources/vpp/controllers/inventory.controller.js @@ -8,8 +8,8 @@ define(['app/vpp/vpp.module'], function(vpp) { - vpp.register.controller('InventoryTableController', ['$scope', '$rootScope','$filter', 'toastService', 'VppService', '$mdDialog', 'dataService', 'VppInterfaceService', - function($scope, $rootScope, filter, toastService, VppService, $mdDialog, dataService, VppInterfaceService) { + vpp.register.controller('InventoryTableController', ['$scope', '$rootScope','$filter', 'toastService', 'VppService', '$mdDialog', 'dataService', + function($scope, $rootScope, filter, toastService, VppService, $mdDialog, dataService) { $scope.getVppList = function() { $scope.initVppList(); -- cgit 1.2.3-korg