0 votes
in AngularJS Packaging and Testing by
Write Expression in AngularJS?

1 Answer

0 votes
by

It is similar to JavaScript Expression where it consists of literals, operators, and variables. Eg. {{1+1}} or {{Country+""+State}}.

...