don't show lookup until data is fetched

This commit is contained in:
Jake McDermott
2019-03-05 10:28:08 -05:00
parent 736bd2ed67
commit 6d0f2948aa
3 changed files with 14 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<at-easy-modal title="vm.title" on-close="vm.onClose">
<at-easy-modal title="vm.title" on-close="vm.onClose" ng-show="vm.isReady">
<at-tab-group>
<at-tab
state="vm.tabs.credential"
@@ -23,6 +23,7 @@
}"
results-filter="vm.resultsFilter"
selected-id="vm.selectedId"
on-ready="vm.onReady"
on-select="vm.onSelect"
on-row-click="vm.onRowClick"
/>