Angular-command, angular

Source: Internet
Author: User

Angular-command, angular

 

Angular command.

Ng-init: Initialize data

Use the = symbol in the property value as the variable value, separated by users, and cannot use var

 

Ng-app: Enable angular application mode. Only one page can appear once.

Attribute values can be available, but this project must be defined in js. If there is no attribute value, it can be directly used in the view.

 

Ng-model: bidirectional data binding

 

 

Ng-bind: another method of interpolation. The interpolation symbol is invisible during page rendering.

 

Ng-repeat: loop

Ng-show: whether to display

<Div> ng-show = "true" </div>

 

Ng-hide: hide or not

<Div ng-hide = "true"> </div>

 

Angular. module obtains

Var arr = angular. module ("mk", [])

The first parameter indicates the app representation.

The second parameter indicates the dependent set.

Write the sky array even if there is no dependency

 

Controller defines the controller's

Arr. controller ("kz", function ($ scope ){})

The first parameter indicates the Controller name.

The second parameter indicates the factory method.

No Parameters by default

The scope is an empty object.

 

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.