Introduction:
This article explain you to add two numbers using AngularJS framework
Description:
AngularJS lets you extend HTML with new attributes called Directives.
The ng-app directive initializes an AngularJS application.
The ng-model directive binds the value of HTML controls (input, select, textarea) to application data.
To implement this we need to write the code like as shown below
AngularJS Directives
AngularJS directives are extended HTML attributes with the prefix ng-.The ng-app directive initializes an AngularJS application.
The ng-model directive binds the value of HTML controls (input, select, textarea) to application data.
To implement this we need to write the code like as shown below