Say if I have an array and i have 2 elements in it.

That element has an id and value.

If I want to print the sum of that value ( element[0].value + 
element[1].value ) in an Angular way (binding).

How can I do that ? can I do it like this below ?

{{ element[0].value + element[1].value }}

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to