What are Expressions in AngularJS?



What are Expressions in AngularJS?..

Answer / chaitanya

AngularJS expressions are much like JavaScript expressions, placed inside HTML templates by using double braces such as: {{expression}}. AngularJS evaluates expressions and then dynamically adds the result to a web page. Like JavaScript expressions, they can contain literals, operators, and variables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

Explain The Directives Ng-If, Ng-Switch, And Ng-Repeat?

0 Answers  


What is Angular 2.0?

1 Answers  


What are promises in angularjs?

0 Answers  


How can we show that a scope variable should have one-time binding only?

0 Answers  


What do you know about uppercase filter and lowercase filter in angularjs?

0 Answers  






Explain the use of ng-if, ng-switch, and ng-repeat directives in angularjs?

0 Answers  


Can you explain a situation, when to use dependency injection in angularjs?

0 Answers  


What is share module?

0 Answers  


Does google own angular?

0 Answers  


How do jit compilers work?

0 Answers  


What are static and public in angular?

0 Answers  


Explain directive in AngularJS?

0 Answers  


Categories