-
Notifications
You must be signed in to change notification settings - Fork 329
Closed
Description
This should looks like:
controller
$scope.users = [ { user: { score: 988790 } }, { user: { score: 123414 } }, { user: { score: 987621 } } ];
view
<p> {{ users | sum: 'user.score' }}</p>
result
<p>2099825</p>
Similar to min
filter
Thanks
Metadata
Metadata
Assignees
Labels
No labels