diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-03-06 13:52:58 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-03-07 06:56:36 +0000 |
commit | f97bae33631c3f5ef06574e9d21620c8dfff8f62 (patch) | |
tree | 5d7e2682fd7db6646b5608a417ae7af40a5ebf56 /catalog-ui/src/app/view-models/plugins/plugins-tab-view.html | |
parent | 2064106f298ac9683821e83acbfd87dac8b5b32f (diff) |
Add events hub notify calls
Added events hub notify calls.
Fixed issues raised by development across the publish subscribe mechanism development
Change-Id: I0768bdcb2d89f99634cdb6bc7cb75e20263f5c00
Issue-ID: SDC-1029
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'catalog-ui/src/app/view-models/plugins/plugins-tab-view.html')
-rw-r--r-- | catalog-ui/src/app/view-models/plugins/plugins-tab-view.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/catalog-ui/src/app/view-models/plugins/plugins-tab-view.html b/catalog-ui/src/app/view-models/plugins/plugins-tab-view.html index 3695434463..bc404b46d1 100644 --- a/catalog-ui/src/app/view-models/plugins/plugins-tab-view.html +++ b/catalog-ui/src/app/view-models/plugins/plugins-tab-view.html @@ -1,7 +1,5 @@ <div class="sdc-catalog-container"> - + <loader display="isLoading"></loader> <top-nav [version]="version" [hide-search]="true"></top-nav> - - <plugin-frame [plugin]="plugin" [query-params]="queryParams"></plugin-frame> - + <plugin-frame (on-loading-done)="onLoadingDone(plugin)" [plugin]="plugin" [query-params]="queryParams"></plugin-frame> </div> |