name
multiple ways, using both Angular's ng-model
directive and the NodeBindDirective.
name
: {{ name }}ng-model="name"
: value="[[ name ]]"
: value="Hi [[ name ]]"
:
Note: There is a bug in Angular 0.9.2 where no-model
steals
focus if the value has been changed though the model. This has been fixed
in the repository.