Angularjs Learning--three ways to achieve data binding

Source: Internet
Author: User

Three different ways:

  • mode one:<h5>{{msg}}</h5> This method flashes when the page is refreshed {{}}
  • <h5 ng-bind = "msg" ></h5< Span style= "color: #0000ff;" >>
  • Way Three:<h5 Ng-clock class= "Ng-clock">{{msg}}</h5>

Example code:

<!DOCTYPE HTML><HTMLLang= "en"Ng-app= "MyApp"><Head>    <MetaCharSet= "UTF-8">    <title>Angularjs12-three ways to implement data binding</title>    <Linkrel= "stylesheet"href= "Http://cdn.bootcss.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css"/></Head><Body>    <DivNg-controller= "Myctrl"style= "padding:60px;">        <inputtype= "text"class= "Form-control"Ng-model= "MSG">        <!--Mode 1 -        <h5>{{msg}}</h5>        <!--Mode 2 -        <h5Ng-bind= "MSG"></h5>        <!--Mode 3 -        <h5Ng-clock class= "Ng-clock">{{msg}}</h5>    </Div>    <Scriptsrc= "Http://apps.bdimg.com/libs/angular.js/1.4.6/angular.min.js"></Script>    <Script>Angular.module ('MyApp', []). Controller ('Myctrl',function($scope) {$scope. msg= 'Hello angular!'        })     </Script></Body></HTML>

Angularjs Learning--three ways to achieve data binding

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.