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...

14,479 Responses

  1. Hey there! Just dropping by to commend your awesome blog. Your insights on affiliate marketing are genuinely priceless. Making money from home has never been easier with affiliate promotion. It’s a wonderful way to earn passive income by promoting products you believe in. Your blog is a goldmine of insights for budding online entrepreneurs. Keep up the fantastic work!

  2. I am usually to blogging and i also truly appreciate your articles. This great article has truly peaks my interest. I will bookmark your site and keep checking for first time info.

  3. Профессиональный сервисный центр по ремонту фото техники от зеркальных до цифровых фотоаппаратов.
    Мы предлагаем: ремонт проекторов москва
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  4. Профессиональный сервисный центр по ремонту фото техники от зеркальных до цифровых фотоаппаратов.
    Мы предлагаем: ремонт фототехники москва
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  5. Why You Should Concentrate On Improving Key Fob Repairs Key Fob Repairs Near Me

  6. Если вы искали где отремонтировать сломаную технику, обратите внимание – сервис центр в челябинске

  7. Если вы искали где отремонтировать сломаную технику, обратите внимание – ремонт бытовой техники

  8. key表示:

    What’s The Job Market For Key Reprogramming Professionals Like?

    key

  9. You really make it seem really easy together with your presentation but I find this topic to be actually something that I believe I would never understand. It kind of feels too complex and very broad for me. I’m having a look ahead on your subsequent submit, I’ll try to get the cling of it!

  10. I believe one of your advertisements triggered my web browser to resize, you may well want to put that on your blacklist.

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

  12. 15 Things You’re Not Sure Of About Mobility Scooter
    For Elderly Easy Maneuverability scooters

  13. Профессиональный сервисный центр по ремонту варочных панелей и индукционных плит.
    Мы предлагаем: варочная панель ремонт
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  14. Профессиональный сервисный центр по ремонту бытовой техники с выездом на дом.
    Мы предлагаем:сервис центры бытовой техники екатеринбург
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  15. Pretty good article. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I’ll be subscribing to your feed and I hope you post again soon.

  16. An impressive share, I just given this onto a colleague who had previously been performing a small analysis for this. And the man the truth is bought me breakfast since I stumbled upon it for him.. smile. So i want to reword that: Thnx for your treat! But yeah Thnkx for spending time to talk about this, I am strongly over it and love reading read more about this topic. If possible, as you grow expertise, would you mind updating your blog post to comprehend details? It really is extremely helpful for me. Big thumb up just for this post!

  17. Situs Togel Terpercaya: The Good, The Bad, And The Ugly togel resmi indonesia

  18. 7 Tips To Make The Most Of Your Folding Rollator rollator walker Tall

  19. Если вы искали где отремонтировать сломаную технику, обратите внимание – ремонт бытовой техники в челябинске

  20. Charlie表示:

    Hi! I’m Charles. If you’re stuck in a monetary Groundhog Day, repeating the same battles, let’s break the cycle. The 1K a Day System is your method out, leading you to brand-new early mornings of prosperity and capacity. Wake up to something terrific!

  21. 에볼루션表示:

    Way cool! Some very valid points! I appreciate you writing this write-up and the rest of the site is also very good.

  22. One thing I have actually noticed is the fact that there are plenty of misconceptions regarding the banks intentions any time talking about foreclosures. One delusion in particular is always that the bank needs to have your house. Your banker wants your money, not your own home. They want the bucks they loaned you along with interest. Avoiding the bank is only going to draw any foreclosed realization. Thanks for your posting.

  23. i think that gay marriage should be allowed in certain states but not in other states “

  24. Great site! I recommend it to everyone!realistic dildos

  25. An excellent presentation. Clear. Practical. Insightful. Shows a depth of experience. Thank you. I learned a great deal..

  26. Heya just wanted to give you a quick heads up and let you know a few of the images aren’t loading properly. I’m not sure why but I think its a linking issue. I’ve tried it in two different internet browsers and both show the same outcome.

  27. Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me. phieuguige-grab-bat-net

  28. How To Obtain Lots Of Backlinks With Link Baiting Ideas
    구글지니어스

發佈留言

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