Declarative

HTML

<div ng-app>
    <input type="text" ng-model="name" />
    <h2>Hello {{name}}</h2>
</div>