Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 57f9c0b

Browse files
committed
added loading indicator
1 parent 67ece28 commit 57f9c0b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.dialog.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
hide-icon="true"
88
hide-description="true">
99
</umb-editor-header>
10-
<umb-editor-container ng-if="!vm.loading">
1110

12-
<div ng-switch="dialogMode">
11+
<umb-editor-container>
12+
<umb-load-indicator ng-if="vm.loading">
13+
</umb-load-indicator>
14+
<div ng-if="!vm.loading" ng-switch="dialogMode">
1315
<div ng-switch-when="selectDocType">
1416

1517
<p class="abstract" ng-if="docTypes && docTypes.length === 0">

0 commit comments

Comments
 (0)