{{expression}}
and it will behave as ng-bind
directive. In the present chapter, AngularJS Expression is explained with examples.
For these type of expressions, Interpolation directive is called, an alternative to ng-bind
directive. So, the Interpolation directive binds or wraps the value of expression into HTML view. {{firstName + " " + lastName }}
.
ng-app
directive is removed, HTML page will display the normal expression without solving it.