Answers

Question and Answer:

  Home  AngularJS

⟩ What is string interpolation in angular.js?

In angular.js the compiler during the compilation process matches text and attributes using interpolate service to see if they contains embedded expressions. As part of normal digest cycle these expressions are updated and registered as watches.

 210 views

More Questions for you: