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 of Two Number in AngularJs
{{FirstNumber+SecondNumber}}