can apply to inputs selects textAreas
h1 {{username}} // binded to input
input ng-model="username" //ng-model will create field username on scope
=================
input ng-model="username" //will get angular in the value on start
($scope)=>
$scope.username="angular"