I would like my orderBy to evaluate an expression
Currently I have:
ng_repeat: "post in posts | orderBy:"up_votes"
I would like it instead to order by {{up_votes - down_votes}}
ng_repeat: "post in posts | orderBy:'down_votes - up_votes'"
Just use single quotes to wrap the expression for orderBy
Or you could add a voteDiff function to the controller and do orderBy:voteDiff
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With