AngularJS – 基本介紹篇

看完上一篇有關AngularJS的文章之後,如果你已經產生對他的興趣,接下來我們就跟著Google規劃的課程來學習,其實在AngularJS的官方網頁上,本來就有這方面的視訊教學(當然是英文的囉!),馬老師這邊只是做到整理、翻譯和提出我的一些想法,讓想要學習他的人可以更方便,官方視訊總共分成五個等級,每個等級又分成不同章節,章節結束後還都會有模擬測驗,真的推薦大家可以去看看喔!

首先檢視一下要學習AngularJS的一些背景條件:

必須要了解

  • HTML、CSS
  • Javascript

最好能懂

不是那麼重要的

  • jQuery
  • Ruby
  • Rails
  • Python
  • PHP
  • Database

必須了解的部分指的是技術領域,最好能懂的部分是指開發時的觀念

AngularJS Part1 Slide1

至於選擇AngularJS的理由有以下幾點:

  • 幫助你組織Javascript
  • 快速幫你建構動態網站
  • 可以跟jQuery合作愉快
  • 便於測試
AngularJS Part1 Slide2

接下來官方教學以ng-controller為案例,教導AngularJS是如何去呼叫函數的,不過這部分在1.3以上的版本已經不是這樣使用了要特別注意!

AngularJS Part1 Slide3

以下就針對這個案例進行程式的示範,在1.2(含)以前的AngularJS可以這樣來操作ng-controller:(在JS Bin上測試

<!doctype html>
<html ng-app>
<head>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>
<meta charset="UTF-8">
<title>controllerExample</title>
<script>
  function myFn() {
    alert("歡迎光臨馬老師雲端研究室");
  }
</script>
</head>
<body ng-controller="myFn">
</body>
</html>

但在1.3(含)之後的AngularJS需要這樣來操作ng-controller:(在JS Bin上測試)

<!doctype html>
<html ng-app="controllerExample">
<head>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js"></script>
<meta charset="UTF-8">
<title>controllerExample AngularJS 1.3.2</title>
<script>
angular.module('controllerExample', [])
.controller('myFn', function (){
    alert("歡迎光臨馬老師雲端研究室");
});
</script>
</head>
<body ng-controller="myFn">
</body>
</html>

根據上面的案例,來介紹利用AngularJS開發網頁時的流程和方式:

首先我們可以先建立一個模組(Module),在模組內會包含AngularJS的函式名稱、應用程式名稱(Application Name)和相關函式庫(Dependencies)。

AngularJS Part1 Slide4

上述的程式可以撰寫在一個JS檔案中,讓網頁將該檔案引用。

AngularJS Part1 Slide5

接下來在HTML標籤中加入ng-app=”Application Name”後,讓網頁在載入的時候就會自動運行該模組(Module)。

AngularJS Part1 Slide6

接下來開始介紹表達式,不過這個在上一篇案例當中我們已經有使用過了,相信大家也很容易能夠了解,也建議大家去參考視訊中提到的網頁,裡面有更多有關於表達式的說明。

AngularJS Part1 Slide7

※以上截圖部分為AngularJS官方教學視訊

You may also like...

3,152 Responses

  1. Larryzilex表示:

    PBN sites
    We’ll establish a system of PBN sites!

    Benefits of our PBN network:

    WE DO everything so GOOGLE doesn’t understand that this is A PBN network!!!

    1- We obtain web domains from distinct registrars

    2- The primary site is hosted on a virtual private server (VPS is fast hosting)

    3- Additional sites are on various hostings

    4- We allocate a individual Google account to each site with confirmation in Search Console.

    5- We create websites on WordPress, we don’t utilise plugins with the help of which Trojans penetrate and through which pages on your websites are generated.

    6- We don’t repeat templates and utilize only exclusive text and pictures

    We never work with website design; the client, if desired, can then edit the websites to suit his wishes

  2. Guide To Online Shopping Sites In United Kingdom: The Intermediate Guide On Online Shopping Sites In United
    Kingdom Online Shopping Sites In United Kingdom; http://Www.Designdarum.Co.Kr,

  3. Larryzilex表示:

    PBN sites
    We build a structure of privately-owned blog network sites!

    Pros of our privately-owned blog network:

    We execute everything SO THAT GOOGLE DOES NOT understand THAT this is A private blog network!!!

    1- We acquire domains from various registrars

    2- The principal site is hosted on a VPS hosting (Virtual Private Server is fast hosting)

    3- The rest of the sites are on various hostings

    4- We attribute a individual Google ID to each site with confirmation in Google Search Console.

    5- We make websites on WordPress, we don’t employ plugins with assisted by which Trojans penetrate and through which pages on your websites are produced.

    6- We refrain from reiterate templates and utilise only unique text and pictures

    We never work with website design; the client, if wished, can then edit the websites to suit his wishes

  4. Sex表示:

    A Guide To Best Sex Machines From Beginning To End Sex

  5. Case Esports表示:

    Get Rid Of How Many Cases Can You Get In CSGO: 10 Reasons Why You Do
    Not Need It Case Esports

  6. Cjndby表示:

    purchase glyburide sale – generic dapagliflozin dapagliflozin 10 mg uk

  7. The Often Unknown Benefits Of Mens Toys Adult mens toys Adult

  8. Oukiao表示:

    methylprednisolone 4mg over counter – purchase claritin for sale azelastine 10 ml sprayers

  9. The Most Common Male Masturbate Toys Debate Could Be As Black And
    White As You Might Think Best male Masturbators

  10. Here’s An Interesting Fact About Online Shopping Uk Sites.
    Online Shopping Uk Sites Submariner no date ceramic

  11. Отличный сайт! Всем рекомендую! нотариус по наследственным делам

  12. Nhpbkn表示:

    clarinex 5mg tablet – zaditor cost albuterol tablet

  13. Lock表示:

    10 Things You’ve Learned About Preschool That’ll Help You With Double Glazed Repairs Near Me
    Lock

  14. The Most Worst Nightmare About Online Shopping Sites
    It’s Coming To Life online shopping Sites for
    dress (maps.google.com.co)

  15. The Most Popular Double Glazing Leeds Experts Are Doing Three
    Things Window Hinges Leeds

  16. lost bmw Keys表示:

    10 Tell-Tale Warning Signs You Should Know To Look For A New Bmw Replacement Key lost bmw Keys

  17. What Is The Reason? Private ADHD Is Fast Increasing To Be The Trendiest
    Thing Of 2023? Uk Private Adhd Assessment

  18. Heriberto表示:

    What Is The Reason Adding A Key Word To Your Life’s Routine Will Make The Different window hinges leeds
    (Heriberto)

  19. offer表示:

    5 Laws That Will Help The Washing Machines 10kg Capacity
    Industry offer

  20. Responsible For A Double Glazing Suppliers Near Me Budget?
    12 Top Ways To Spend Your Money double glazing Glass replacement cost

  21. I like the helpful info you provide in your articles.
    I’ll bookmark your blog and check again here regularly.
    I’m quite certain I’ll learn many new stuff right here! Good luck for the next!

  22. 5 New Audi Key Projects For Any Budget replacement audi key fob

  23. 5 Clarifications On Bmw Key Replacement Cost bmw keys replacement

  24. Ten Pinterest Accounts To Follow About Dangerous Drugs Lawsuit Dangerous Drugs Lawsuit

  25. A Complete Guide To Door Repairs Near Me Dos And Don’ts Window supplies near me

  26. Отличный сайт! Всем рекомендую! заверение электронной переписки

發佈回覆給「double glazing Glass replacement cost」的留言 取消回覆

發佈留言必須填寫的電子郵件地址不會公開。