I'm looking for a good way to preform a calculation on a couple of inputs and store the total value in a $scope variable as well as a total field (disable).
Here is a jsfiddle - http://jsfiddle.net/U3pVM/18830/
In this case we need to apply unique visit / mobile visit = total visit, store the total in metricData.totalVisit, and set the value of the disabled field to that as well.
Thanks in advance!