Angular bidirectional data binding

Source: Internet
Author: User

Angular Templates Data bidirectional binding

The template (so-called template is HTML with markup and directives not compiled) is compiled in the browser,
The compilation process produces a dynamic view, and any changes to the view are mapped directly to the model, and any changes on the model are synchronized to the view. Model is a one-way source application state, greatly simplifying the developer's programming model. You can think of view as a simple map instance of model.
Because view is just a map of the model, the controller is completely separate from the view. This makes the test controller extremely simple because the test controller can be done independently, without relying on dom/browser.

Excerpt from: https://docs.angularjs.org/guide/databinding

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.