This is very simple example of the ng-bind-template
directive. With the help of ng-bind-template
directive we can bind multiple variables with the dom objects. In the example we display the full name using the ng-bind-template
directive by binding the firstname and lastname two different variable with the one span tag. like: ng-bind-template="{{firstName}}-{{lastName}}"