Skip to content

Commit 8e4cc84

Browse files
committed
Removed all mention of order-by-expression
1 parent 53dddc5 commit 8e4cc84

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ Attributes of angular treecontrol
136136
- `label` : inhject classes into the div element around the label
137137
- `labelSelected` : inject classes into the div element around the label only when the node is selected
138138
- `order-by` : value for ng-repeat to use for ordering sibling nodes
139-
- `order-by-expression` : an expression giving the value for ng-repeat to use for ordering sibling nodes
140139
- `reverse-order` : whether or not to reverse the ordering of sibling nodes based on the value of `order-by`
141140
- `filter-expression` : value for ng-repeat to use for filtering the sibling nodes
142141
- `filter-comparator` : value for ng-repeat to use for comparing nodes with the filter expression

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ <h1>Sorting tree nodes <small>(order-by, reverse-order)</small></h1>
10701070
</div>
10711071
</div>
10721072
<div class="col-md-6">
1073-
<p>The <code>order-by</code>, <code>order-by-expression</code> and <code>reverse-order</code> properties allows
1073+
<p>The <code>order-by</code> and <code>reverse-order</code> properties allows
10741074
controlling the sorting of the tree nodes.
10751075
The value of those attributes is used with the <code>ng-repeat</code> orderBy filter -
10761076
see more details at the <a href="https://code.angularjs.org/1.2.0-rc.3/docs/api/ng.filter:orderBy">Angular JS orderBy</a> docs.</p>

0 commit comments

Comments
 (0)