I started to study AngularJS from the official tutorial and at a certain point, it use:
this.orderProp = 'age';
To give the possibility to order the list based on age
. Now the question became inevitable:"What are the other properties? and where is the doc for orderProp
" I tried to search it in API documentation without any success.
I supposed the orderProp was something related to the orderBy
, but is not mentioned.