AngularJS learning notes basic commands (init, repeat) _ AngularJS

Source: Internet
Author: User
AngularJS commands are extended HTML attributes with the prefix ng -. The ng-app command initializes an AngularJS application. The ng-init command initializes application data. The ng-model command binds application data to HTML elements. AngularJS learning notes basic commands (init, repeat)

Ng-init initialization variable

{Name + ',' + age }}

Ng-init initialization object

Ng-init initializes the Array

Ng-controller

First Name:Last Name:Full Name: {firstName + "," + lastName} Full Name:

Ng-repeat traversal without repeated Sets

  • {X }}

Ng-repeat

  • {X }}

Ng-repeat traversal object

  • {Key + ":" + value }}

Ng-repeat traverses objects (in the original order)

  • {Key + ":" + value }}

Ng-repeat traversing objects (detailed description of attributes)
Student ID: : Is it an odd number? Is it an even number? Ranking Top? Minimum ranking? Ranking center?
Ng-repeat start/end

Student ID:

:

The above is all the content of this article. I hope you will like it.

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.