1
Reply

Explain what is string interpolation in angular.js ?

Nitin Choudhary

Nitin Choudhary

Jan 20, 2015
1.1k
0

    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.

    Nitin Choudhary
    January 20, 2015
    0