Skip to content

Commit 4d79da2

Browse files
authored
Update 13/umbraco-cms/reference/angular/directives/umbproperty.md
1 parent bb3a969 commit 4d79da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-cms/reference/angular/directives/umbproperty.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The two directives are typically used together. For instance, if your Angular mo
1010
</umb-property>
1111
```
1212

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.
1414

1515
For a basic property with a textbox, the model for the property can be defined as:
1616

0 commit comments

Comments
 (0)