In this example, ng-init directive initialize the value of quantity and price variable which are bind to quantity and price textbox respectively like: ng-init="quantity=10;price=2000"
Below textboxes total is shown in bold element by multiplying quantity and price like {{quantity*price}}
.