Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Renamed the property-editor directive to "umb-property-editor"
Browse files Browse the repository at this point in the history
  • Loading branch information
leekelleher committed Apr 5, 2018
1 parent c3c8631 commit 9ea76bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<umb-tab id="tab{{tab.id}}" ng-repeat="tab in item.tabs" rel="{{tab.id}}">

<umb-property ng-repeat="property in tab.properties" property="property">
<umb-editor model="property"></umb-editor>
<umb-property-editor model="property"></umb-property-editor>
</umb-property>

</umb-tab>
Expand Down

0 comments on commit 9ea76bf

Please sign in to comment.