1.

What Are Angular Js Expressions?

Answer»

EXPRESSIONS are used to bind application DATA to html. Expressions are written INSIDE double braces like {{ expression}}. Expressions BEHAVE in same way as ng-bind directives. AngularJS application expressions are pure JavaScript expressions and OUTPUTS the data where they are used.

Expressions are used to bind application data to html. Expressions are written inside double braces like {{ expression}}. Expressions behave in same way as ng-bind directives. AngularJS application expressions are pure JavaScript expressions and outputs the data where they are used.



Discussion

No Comment Found