You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
docs(tutorial/6 - Two-way Data Binding): Fixed Experiments Documentation
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 app/phone-list/phone-list.component.js
After making the change, our default when refreshing the page is "Sort by: [blank]"
I added some additional documentation to clarify that this behavior makes sense and that the reader should try and fix this within phone-list.component.js
Let me know if this makes sense or if there's anything I can do to help improve the fix.
Thank you!
0 commit comments