I really didnt know how to title this question:
Is it possible to do this only with AngularJS?:
<input ng-model="number1">
<input ng-model="number2">
<input ng-model="sum" value='{{number1 + number2}}'>
<h1>Multiply sum by 2 NOT WORKING: {{sum * 2}}</h1>
https://jsfiddle.net/fthnvv5s/
I hope you got the point, and will be very grateful not to downgrade me, and yes, I know i can use jQuery.