Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
orderBy で式を評価したい
現在私は持っています:
ng_repeat: "post in posts | orderBy:"up_votes"
代わりに {{up_votes - down_votes}} で並べ替えてほしい
ng_repeat: "post in posts | orderBy:'down_votes - up_votes'"
orderBy の式を一重引用符で囲むだけです
または、コントローラーに voteDiff 関数を追加して実行することもできますorderBy:voteDiff
orderBy:voteDiff