201410 Angular

HTML

<div ng-app="">
    <input type="text" ng-model="nombre" />
    Hola {{ nombre }}
</div>