Skip to content

Commit 6dbc6b3

Browse files
authored
Merge pull request #5712 from erikjanwestendorp/update-umbproperty
Update umb property
2 parents ee9f981 + 4d79da2 commit 6dbc6b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The two directives are typically used together. For instance, if your Angular mo
1414
</umb-property>
1515
```
1616

17-
As `properties` contains the model for each property, we can use `ng-repeat` to iterate over each property, which is then passed on to the two directives via the `property` and `model` attributes respectively.
17+
`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.
1818

1919
For a basic property with a textbox, the model for the property can be defined as:
2020

12/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-
As `properties` contains the model for each property, we can use `ng-repeat` to iterate over each property, which is then passed on to the two directives via the `property` and `model` attributes respectively.
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

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-
As `properties` contains the model for each property, we can use `ng-repeat` to iterate over each property, which is then passed on to the two directives via the `property` and `model` attributes respectively.
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)