Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<body>
<div ng-app="">
 
<p>Input something in the input box:</p>
<p>Name: <input type="text" ng-model="name"></p>
<p ng-bind="name"></p>
</div>
</body>
<!-- Mirrored from www.w3schools.com/angular/tryit.asp?filename=try_ng_intro by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:17:13 GMT -->
</html>