I'm exploring the use of Angular for data-binding with input type="number"
elements, but I'm encountering difficulties in getting the binding to work. When I make changes to any value, I expect the corresponding binded value to update as well.
JSFiddle: http://jsfiddle.net/myExample/123/
Your assistance would be greatly valued.