Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/src/views/directives/umb-editor.html

12 lines
164 B
HTML

<div>
<ng-include src="propertyEditorView"></ng-include>
<div ng-show="{$umbdebugmode}" style="clear: both">
<pre>
{{model | json}}
</pre>
</div>
</div>