1
Guys I think I’m doing something wrong but I’m not finding the error in the code.
ul(class='list-group')
li(class="list-group-item", ng-repeat="v in votadas | filter: '-votos'")
h4 Música: {{ v.titulo }} | Votos: {{ v.votos }}
My intention is that the songs are ordered in the order of the most voted. When I delete the ng-repeat filter works but nothing happens with the filter.
Some light?