Probably, it is the simplest thing but I couldn\'t parse a string to Int in angular..
What I am trying to do:
Total: {{num1 + num2}}
and in js :
parseInt($scope.num1) + parseInt($scope.num2)