I guess for umbraco 8 i could have just done `<div...
# package-development
a
I guess for umbraco 8 i could have just done
<div ng-include="/umbraco/views/propertyeditors/rte/rte.html"></div>
or something similar 🤷‍♂️
d
Usually I would use the
<umb-property-editor>
directive for that. Then I just pass a model to it and it renders the property editor.
a
uhh interesting, I did consider that one, but due to the missing documentation I didn't try it.
Seeems like that is definetly the path i need to take! Thanks a bunch again @D_Inventor