Skip to content

Commit fa36328

Browse files
author
Stuart McGrigor
committed
Remove all mention of order-by-expression from docs (for now)
1 parent 2e6b0ab commit fa36328

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
@@ -135,7 +135,6 @@ Attributes of angular treecontrol
135135
- `label` : inhject classes into the div element around the label
136136
- `labelSelected` : inject classes into the div element around the label only when the node is selected
137137
- `order-by` : value for ng-repeat to use for ordering sibling nodes
138-
- `order-by-expression` : expression for ng-repeat to use for ordering sibling nodes
139138
- `reverse-order` : whether or not to reverse the ordering of sibling nodes based on the value of `order-by`
140139
- `filter-expression` : value for ng-repeat to use for filtering the sibling nodes
141140
- `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
@@ -943,7 +943,7 @@ <h1>Sorting tree nodes <small>(order-by, reverse-order)</small></h1>
943943
</div>
944944
</div>
945945
<div class="col-md-6">
946-
<p>The <code>order-by</code>, <code>order-by-expression</code> and <code>reverse-order</code> properties allows
946+
<p>The <code>order-by</code> and <code>reverse-order</code> properties allows
947947
controlling the sorting of the tree nodes.
948948
The value of those attributes is used with the <code>ng-repeat</code> orderBy filter -
949949
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)