AngularJS expressions and sample code, and angularjs sample code

Source: Internet
Author: User

AngularJS expressions and sample code, and angularjs sample code

The expression is used to bind application data to HTML. The expressions are written in double brackets like {expression }}. The behavior in the expression is the same as that in the ng-bind command. AngularJS application expressions are pure javascript expressions and output the data they are used there.

Use numbers

<P> Expense on Books: {cost * quantity} Rs </p>

Use string

<P> Hello {student. firstname + "" + student. lastname }}! </P>

Objects used

<P> Roll No :{{ student. rollno }}</p>

Use Arrays

<P> Marks (Math): {marks [3] }}</p>

Example

The following example shows all the above expressions.

The code of the testAngularJS.html file is as follows:

Output

Open textangularjs.html in the webbrowser. The result is as follows:

The above is to sort out the AngularJS expression information, and continue to add relevant information in the future. Thank you for your support for this site!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.