Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy AngularJS Tutorials</title> </head> <body> <script src="https://ajax.googleapis.com/ajax/libs/ angularjs/1.5.6/angular.min.js"> </script> <h2> Wikitechy ng-model in AngularJS </h2> <div ng-app=""> Enter Text : <input ng-model="text"> <h3 ng-bind="text"></h3> </div> </body> </html>
www.wikitechy.com © Copyright 2016. All Rights Reserved.