AngularJS Hello simplest example of 2-way data binding by johnoscott October 24, 2013 HTML <h1>Hello {{user.name}}</h1> <input ng-model="user.name">