Wednesday, July 5, 2017

What is angularjs Expressions?

Expressions are used to bind application data to html.

     Angular js expression can be written inside double braces like:

               {{Your  expressions}}

    Angular js expression can also be written inside a directive like:

             Ng-Bind=”Your expressions”


Example:


Out Put:


No comments:

Post a Comment