Tag Archives: angularjs expressions example

AngularJs Expressions


What are AngularJs Expressions & How we use them?

: AngularJs expressions are basically to bind the data to the html DOM. AngulasJs Expressions are written inside the {{double brackets}}. Expressions binds data to the html same as ng-bind directive. AngularJs expressions works much like Javascript expressions.


Example

{{hello.test}}

Try it »

Note : if you removeit will not work and it will simply print the {{hello.test}} as string.