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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user