sum (dependentKey) Ember.ComputedProperty
public
A computed property that returns the sum of the values in the dependent array.
Parameters:
-
dependentKey
String
Returns:
-
Ember.ComputedProperty
- computes the sum of all values in the dependentKey's array
Please login to continue.