Minimal Hello User: Binding with ng-model
- ng-model
<script src="angular.min.js"></script>
<div ng-app>
<input ng-model="name">
<h1>Hello, {{name}}</h1>
</div>
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
<script src="angular.min.js"></script>
<div ng-app>
<input ng-model="name">
<h1>Hello, {{name}}</h1>
</div>