AngularJS – Directive 介紹篇

接續前面提到的關於產品展示頁面的製作,我們在HTML文件上面加入一個Add to Cart的按鈕,但是希望這個按鈕可以有條件性的顯示或隱藏,我們可以在該按鈕的HTML標籤中加入ng-show=”store.product.canPurchase”的屬性,這個屬性會去判斷在gem數列中canPurchase中的值是否為true,若不是則該按鈕不顯示於畫面上,反之則會顯示加入購物車(Add to Cart)的按鈕。

AngularJS Part3 Slide1

在這個案例中canPurchase就算是在數列中的顯示參數,其實這個參數並不是一定要叫canPurchase這個名稱,可以自行決定名稱,例如在馬老師製作的案例中,我就是利用buttonShow這樣的參數名稱,大家也可以在JS Bin上面看看這個案例的程式碼。

<!DOCTYPE html>
<html ng-app="store">
<head>
<meta name="description" content="AngularJS directivesExample 1">
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js"></script>
  <meta charset="utf-8">
  <title>AngularJS directivesExample 1</title>
</head>
<body>
  
  <div ng-controller="StoreController as store">
    <h1>{{ store.product.name }}</h1>
    <h2>NT${{ store.product.price }}</h2>
    <p>{{ store.product.description }}</p>
    <button ng-show="store.product.buttonShow">加入購物車</button>
  </div>
  
</body>
</html>
(function(){
  var app = angular.module('store',[]);
  
  app.controller('StoreController',function(){
    this.product = item;
  });
  
  var item = {
    name:"馬老師雲端研究室 滑鼠墊",
    price:"350",
    description:"有些人認為滑鼠墊就只是種簡單的產品。無非是將滑鼠放於上方並將之滑來拖去。 “表面”上來說確實如此(一語雙關)。但實際上,製造能帶來卓越遊戲體驗的滑鼠墊卻需要結合眾多科學、技術和工藝。身為遊戲滑鼠技術的世界領先者,對如何使滑鼠感測器高效運作我們獨樹一幟。運用專門知識來製造適合的滑鼠墊表面,讓滑鼠感測器得以作出高效而精確的反應。",
    buttonShow: false
  };
  
})();

另外還有一種資料顯示的手法,我們可以在gem數列中另外加入soldOut這個參數,而在div的HTML標籤中加入ng-show=”!store.product.soldOut”這樣的屬性,其中驚嘆號指的是不等於,所以這個屬性的意思即是當soldOut參數不等於true的時候要隱藏該div,也就是會隱藏所有的商品資訊。

AngularJS Part3 Slide2

不過這樣的表達方式並不是很直接,必須要做邏輯上的轉換,因為條件式是soldOut不等於true就顯示該商品,不是很容易搞懂,所以同樣的案例我們可以把HTML中的標籤的屬性改成ng-hide=”store.product.soldOut”,這樣一來我們只需要去看soldOut參數中的值是true或是false,如果賣完就不顯示;沒賣完就顯示,這是一個比較直覺的方法,透過JS Bin觀賞本案例的原始碼。

AngularJS Part3 Slide3

接下來看多項商品的製作方式,首先必須了解如何在Javascript的數列中加入多項商品的資料。

AngularJS Part3 Slide4

輸入了以上數列的資料後,在HTML的頁面上可以依下圖的方式呈現出多重商品的資訊,不過從以下的呈現方式可以看的出來,如果商品數量不僅僅是只有兩項,那頁面上面的HTML標籤就會過於複雜,所以下面的方法僅僅是讓大家了解邏輯的部分。

AngularJS Part3 Slide5

實際上呈現的方式可以參考下圖,是不是簡單多了,在JS Bin上面觀看。

AngularJS Part3 Slide6

接下來幫大家整理目前講解到的一些AngularJS的專有名稱說明:

  • Directives(指示) – 在HTML中觸發Javascript行為的參數。
  • Modules(模組) – 定義我們的應用程式。
  • Controllers(控制器) – 定義我們應用程式該如運作。
  • Expressions(表達式) – 我們的資料該如何的顯示在頁面上。
AngularJS Part3 Slide7

※以上截圖部分為AngularJS官方教學視訊,另有directive指令介紹的專頁

You may also like...

1,934 Responses

  1. Cnmzeh表示:

    lisinopril 2.5mg uk – order lisinopril 5mg pills buy atenolol 50mg generic

  2. Ohgnig表示:

    metformin over the counter – norvasc over the counter norvasc over the counter

  3. Ffxwkj表示:

    plaquenil sale – chloroquine over the counter baricitinib cheap

  4. Gfhwog表示:

    purchase furosemide – buy furosemide 40mg for sale ivermectin brand name

  5. classic books表示:

    The clarity in your post is just nice and I can tell you are an expert in the subject matter.

  6. Nowdft表示:

    cheap prednisolone – gabapentin canada sildenafil 200mg price

  7. monarch money表示:

    The start of a fast-growing trend?

  8. Homerphest表示:

    cialis ontario buy tadalafil generic cialis no prescription paypal

  9. Nclmlw表示:

    amoxil over the counter – buy generic zithromax 500mg sildenafil pills 150mg

  10. I don’t normally comment but I gotta say appreciate it for the post on this one : D.

  11. Homerphest表示:

    top web source for cialis best price for daily cialis female cialis

  12. Homerphest表示:

    cialis 5mg best price cialis pills where to buy cialis

  13. hub表示:

    I really believe you will do well in the future I appreciate everything you have added to my knowledge base.

  14. free表示:

    Thanks pertaining to discussing the following superb written content on your site. I ran into it on the search engines. I will check back again if you publish extra aricles.

  15. Hmetoi表示:

    buy deltasone 5mg for sale – buy isotretinoin 10mg online cheap order isotretinoin for sale

  16. Homerphest表示:

    no prescription generic cialis best price for daily cialis cialis canada paypal

  17. hub表示:

    Most often since i look for a blog Document realize that the vast majority of blog pages happen to be amateurish. Not so,We can honestly claim for which you writen is definitely great and then your webpage rock solid.

  18. hot表示:

    With internet full of dupe articles it is nice to find original content like yours thank you so very much.

  19. cam表示:

    Excellent read, I just passed this onto a colleague who was doing a little research on that. And he actually bought me lunch because I found it for him smile So let me rephrase that.|

  20. tube表示:

    I do believe your audience could very well want a good deal more stories like this carry on the excellent hard work.

  21. Homerphest表示:

    difference between viagra and cialis generic cialis coupons cialis 200 mg.

  22. Aqpcip表示:

    buy cialis 5mg for sale – cheap cialis without prescription modafinil usa

  23. Homerphest表示:

    cialis online in canada buy tadalafil cialis prescription online

  24. Homerphest表示:

    cialis canada paypal tadalafil 20mg buy cialis singapore

  25. MichaelPieno表示:

    mexican viagra viagra pills online doctor prescription for viagra

  26. Qncxff表示:

    order doxycycline 100mg for sale – buy doxycycline 200mg pill cheap cialis pill

  27. MichaelPieno表示:

    viagra from canada viagra where to buy viagra

  28. EddieLip表示:

    stromectol for humans for sale stromectol for humans for sale stromectol 12 mg tablets

  29. Zmuxgu表示:

    stromectol prices – ivermectin over counter buy vardenafil generic

  30. EddieLip表示:

    stromectol tablets for humans stromectol tablets for humans stromectol for humans for sale

發佈回覆給「MichaelPieno」的留言 取消回覆

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