From bce898678176acd991d88bd5b6e1f5ebd2083184 Mon Sep 17 00:00:00 2001 From: Arielk Date: Wed, 30 May 2018 14:52:00 +0300 Subject: removed fields from LA EP and LKG Change-Id: I20b9d81721125ac19c2910a36e11290c3fda27bd Issue-ID: SDC-1381 Signed-off-by: Arielk --- catalog-ui/src/app/modules/directive-module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-ui/src') diff --git a/catalog-ui/src/app/modules/directive-module.ts b/catalog-ui/src/app/modules/directive-module.ts index d409da0c4d..3b3a71609b 100644 --- a/catalog-ui/src/app/modules/directive-module.ts +++ b/catalog-ui/src/app/modules/directive-module.ts @@ -245,7 +245,7 @@ directiveModule.directive('ng2ServicePathSelector', downgradeComponent({ directiveModule.directive('ng2InterfaceOperation', downgradeComponent({ component: InterfaceOperationComponent, - inputs: ['component', 'readonly', 'state'], + inputs: ['component', 'readonly'], outputs: [] }) as angular.IDirectiveFactory); -- cgit 1.2.3-korg