Fix for Operation Button is missing 18/104118/2
authorOfir Sonsino <os0695@intl.att.com>
Sun, 22 Mar 2020 08:46:13 +0000 (10:46 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Sun, 22 Mar 2020 08:47:42 +0000 (08:47 +0000)
Change-Id: I4da92b9e7055c4b7b375e77aab87122e8a61b520
Issue-ID: SDC-2843
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
catalog-ui/src/app/modules/directive-module.ts

index 23dc3cf..56efcdc 100644 (file)
@@ -235,7 +235,7 @@ directiveModule.directive('ng2ServicePathSelector', downgradeComponent({
     outputs: []
 }) as angular.IDirectiveFactory);
 
-directiveModule.directive('ng2InterfaceOperation', downgradeComponent({
+directiveModule.directive('interfaceOperation', downgradeComponent({
     component: InterfaceOperationComponent,
     inputs: ['component', 'readonly'],
     outputs: []