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

Commit f3fec97

Browse files
Fixes a "transclude" error.. of course this doesn't fix anything at all, but at least the interface shows now
1 parent 74a842a commit f3fec97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="dtge-dialog" ng-controller="Our.Umbraco.DocTypeGridEditor.Dialogs.DocTypeGridEditorDialog">
22

33
<div ng-switch="dialogMode">
4-
<umb-control-group label="{{selectContentTypeLabel}}" ng-switch-when="selectDocType">
4+
<umb-control-group label="{{selectContentTypeLabel}}" ng-switch="selectDocType">
55
<ul class="umb-actions umb-actions-child">
66
<li data-element="action-create-{{docType.alias}}" ng-repeat="docType in docTypes | orderBy:'name':false">
77
<a ng-click="selectDocType(docType.alias)">
@@ -17,7 +17,7 @@
1717
</ul>
1818
</umb-control-group>
1919

20-
<div ng-switch-when="edit">
20+
<div ng-switch="edit">
2121

2222
<fieldset ng-repeat="tab in model.node.tabs">
2323
<legend style="font-size: 18px;">{{tab.label || tab.alias}}</legend>

0 commit comments

Comments
 (0)