vBDManager services initial commit
[honeycomb.git] / vbd / gui / module / src / main / resources / vpp / controllers / inventory.controller.js
index f447bd0..8d85cc7 100644 (file)
@@ -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();