Angular.js為什麼如此火呢?

來源:互聯網
上載者:User

在本文中讓我們來逐步發掘angular為什麼如此火:

     Angular.js 是一個MV*Model-View-Whatever,不管是MVC或者MVVM,統歸MDV(model Drive View))JavaScript架構,其是Google推出的SPAsingle-page-application)應用程式框架,其為我們的web應用開發增加不少魔法變換。

我可以花整天的時間告訴你為什麼你必須在新項目嘗試angular.js,但是我覺得還是百說不如一練。

資料繫結和scopes(範圍)

首先第一個浮出大腦的問題是:angular支援資料繫結嗎?

下面讓我們來瞭解angular.js的資料繫結:

Edit in plucker

?
<body ng-app><span>Insert your name:</span><input type="text"ng-model="user.name"/><h3>Echo: {{user.name}}</h3></body>

在這程式碼片段中,在我們解釋細節之前,我還是希望嘗試下其效果:

註:此刻暫時不要太心急去瞭解ng-app。

   如你所見,我在input中輸入的將會顯示在後邊echo。這是如何工作的?簡單來說,angular的ng-model(

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.