After peer review with Shan & Mads - forgot to remove commented out code but both are happy with this implemtation for first iteration

This commit is contained in:
Warren Buckley
2018-10-04 12:49:43 +01:00
parent 8270888780
commit 17cb3604e0

View File

@@ -2,32 +2,10 @@
ng-class="'sub-view-' + model.name"
val-sub-view>
<!-- User definied content apps
<div ng-switch="model.alias">
<ng-form ng-switch-when="umbContent|umbInfo" ng-switch-when-separator="|" val-form-manager>
<div
class="umb-editor-sub-view__content"
ng-show="model.active === true"
ng-include="model.view">
</div>
</ng-form>-->
<!-- Custom Content Apps
<ng-form ng-switch-default val-form-manager umb-isolate-form>
<div
class="umb-editor-sub-view__content"
ng-show="model.active === true"
ng-include="model.view">
</div>
</ng-form>
</div>-->
<div
class="umb-editor-sub-view__content"
ng-show="model.active === true"
ng-include="model.view">
</div>
</div>