I am moving to Angular from Knockout, and I have a few issues. I\'m assuming that I must be doing something a non-angular type of way.
http://jsfiddle.net/LostInDaJungle
I changed your third input to:
which causes Angular.js to treat the values as numbers, not strings.
Here is the fiddle. I gleaned the answer from here.