SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 0 JavaScript

docs(tutorial/step_6): fix experiment description

In the experiments section, it is suggested to add a `-` symbol to
`<option value="age">Oldest</option>`. This change is made to reverse
the sort order when selecting the `age` option.

However, this change affects the default `$ctrl.orderProp` that we had
set in `phone-list.component.js`. After making the change, our default
when refreshing the page is "Sort by: [blank]".

This commit adds some additional documentation to clarify that this
behavior makes sense and that the reader should try and fix this within
`phone-list.component.js`.

Closes #16781
A
Anthony X committed
fa8fe1f739da9296d61e2dae9e9f0854b481bb03
Parent: 0637a21
Committed by George Kalpakas <kalpakas.g@gmail.com> on 12/5/2018, 3:20:09 PM