Tell me what is string interpolation in Angular.js?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online AngularJS Developer Job Interview Questions And Answers