Tag Archives: angularjs ng-model input field

AngularJs ng-model


AngularJs ng-model directive : AngularJs ng-model directive is used to associate the Html controls (variables) with the application


Syntax : AngularJs ng-model

Enter value of a

Enter value of a

Multiplication of aXb = {{a*b}}

Note you can give your ng-app name.

Let us understand with simple example

Example 1

    



Enter value of a

Enter value of a

Multiplication of aXb = {{a*b}}

Try it »