I have an situation on my page.
I have two inputs and an label in my page. These label have to show the sum of these two inputs value.
So I tried below sol
Sum in Angularjs Sum: {{first*1 + second*1}}