Expressions are used to bind application data to html. Expressions are written inside double braces like {{ expression}}. Expressions behaves in same way as ng-bind directives. AngularJS application expressions are pure javascript expressions and outputs the data where they are used. AngularJS Expressions Sample Application Hello {{student.firstname + " " + student.lastname}}! Expense on Books [...]The post AngularJS - Expressions appeared first on Flash Bringo.