AngularJS Hello

simplest example of 2-way data binding

by johnoscott

HTML

<h1>Hello {{user.name}}</h1>
<input ng-model="user.name">