ng-model bind input value AngularJS
ng-model − This directive binds the values of AngularJS application data to HTML input controls.
<div ng-app=""> <p>Enter your Name: <input type="text" ng-model="name" /></p> <p>Hello My Nmae is <span ng-bind="name"></span>!</p> </div>
ng-model bind input value AngularJS
Reviewed by Bhaumik Patel
on
7:53 AM
Rating: