Aleksander Fjellvang
03/31/2023, 12:20 PM<div ng-include="propertyEditorView"></div>
where propertyEditorView = views/propertyeditors/rte/rte.html
Now in my own editor i can use ng-include
to reference other html files just fine, but obviously the path for the umbraco RTE is not the same in the compiled view. Is there anyway to include rte.html
in my editor?