Skip to content

Commit

Permalink
Removed all mention of order-by-expression
Browse files Browse the repository at this point in the history
  • Loading branch information
stueynz committed Feb 7, 2018
1 parent 53dddc5 commit 8e4cc84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ Attributes of angular treecontrol
- `label` : inhject classes into the div element around the label
- `labelSelected` : inject classes into the div element around the label only when the node is selected
- `order-by` : value for ng-repeat to use for ordering sibling nodes
- `order-by-expression` : an expression giving the value for ng-repeat to use for ordering sibling nodes
- `reverse-order` : whether or not to reverse the ordering of sibling nodes based on the value of `order-by`
- `filter-expression` : value for ng-repeat to use for filtering the sibling nodes
- `filter-comparator` : value for ng-repeat to use for comparing nodes with the filter expression
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ <h1>Sorting tree nodes <small>(order-by, reverse-order)</small></h1>
</div>
</div>
<div class="col-md-6">
<p>The <code>order-by</code>, <code>order-by-expression</code> and <code>reverse-order</code> properties allows
<p>The <code>order-by</code> and <code>reverse-order</code> properties allows
controlling the sorting of the tree nodes.
The value of those attributes is used with the <code>ng-repeat</code> orderBy filter -
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>
Expand Down

0 comments on commit 8e4cc84

Please sign in to comment.