summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/controllers/inventory.controller.js
diff options
context:
space:
mode:
authorDaniel Malachovsky <daniel.malachovsky@pantheon.sk>2016-02-06 00:55:22 +0100
committerDaniel Malachovsky <daniel.malachovsky@pantheon.sk>2016-02-07 18:46:47 +0000
commitdf53da6e0a476db6c0e46b9d5e6c2b5d620c600a (patch)
treedd2798287ab227df2708fecfb1bfcd5736dce496 /vbd/gui/module/src/main/resources/vpp/controllers/inventory.controller.js
parent0280a5f3852e30b7d28747fcf43adaa6a11b5a13 (diff)
vBDManager services initial commit
- added add/get/object definitions for vBD, VPP and Interfaces Change-Id: Ic639f06fad5700a1722fdb0b1034b8134bdb1c41 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
Diffstat (limited to 'vbd/gui/module/src/main/resources/vpp/controllers/inventory.controller.js')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/controllers/inventory.controller.js4
1 files changed, 2 insertions, 2 deletions
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();