I want to sort a list based on more than one criterion, and I want to
change this criterion based on a select menu, but am unsure of how to
do this. For example:
http://jsfiddle.net/mACJQ/
I presume the problem is that the options in a select menu are
interpreted as strings. Is there a way to make Angular interpret those
as arrays when it receives them?
Thank You,
Daniel