You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-cms/reference/angular/directives/umbproperty.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The two directives are typically used together. For instance, if your Angular mo
10
10
</umb-property>
11
11
```
12
12
13
-
`Properties` contains the model for each property. We use `ng-repeat` to iterate over each property, passing them to the two directives via `property` and `model` attributes.
13
+
`Properties` contains the model for each property. `ng-repeat` can be used to iterate over each property, passing them to the two directives via `property` and `model` attributes.
14
14
15
15
For a basic property with a textbox, the model for the property can be defined as:
0 commit comments