umbProperty
<umb-property property="property" ng-repeat="property in properties">
<umb-property-editor model="property"></umb-property-editor>
</umb-property>var property = {
alias: "myProperty",
label: "My property",
description: "This is my property.",
value: "Cupcake ipsum dolor sit amet oat cake marzipan...",
view: "textbox"
};Last updated
Was this helpful?