Angular 1

by scyrizales

HTML

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