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

3,014 Responses

  1. En iyi kumarhaneyi tavsiye ederim Sweet bonanza

  2. Great post! We will be linking to this great content on our site. Keep up the great writing.

  3. Guvenilir bir kumarhanede sans?n?z Sweet bonanza

  4. Bu kumarhanedeki en iyi oyunlar Sweet bonanza

  5. Guvenilir bir kumarhanede oynay?n Sweet bonanza

  6. Отличный сайт! Рекомендую!взлом замков москва

  7. I have to thank you for the efforts you have put in penning this site. I really hope to check out the same high-grade blog posts by you later on as well. In fact, your creative writing abilities has encouraged me to get my very own website now 😉

  8. En guvenilir kumarhanede kazan?n Sweet bonanza

  9. Hey there! I just want to offer you a huge thumbs up for your great info you have here on this post. I will be coming back to your web site for more soon.

  10. Seveceginiz bir kumarhane Sweet bonanza

  11. En guvenilir online casino Sweet bonanza

  12. Rlijmp表示:

    order atenolol without prescription – purchase betapace without prescription coreg 6.25mg generic

  13. You need to take part in a contest for one of the most useful blogs on the internet. I most certainly will highly recommend this website!

  14. Kumar oynamak icin en iyi secim Sweet bonanza

  15. Rpfpqv表示:

    calan 120mg generic – purchase tenoretic generic cheap tenoretic generic

  16. Отличный сайт! Рекомендую!https://openzamok.ru/взлом замков

  17. Great article. I will be facing many of these issues as well..

  18. Sizin icin harika bir kumarhane Sweet bonanza

  19. En iyi kumarhaneyi tavsiye ederim Sweet bonanza

  20. Slot resmi表示:

    You’ve made some decent points there. I looked on the internet to learn more about the issue and found most people will go along with your views on this website.

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

  22. Absiku表示:

    leflunomide cost – purchase calcium carbonate sale cheap cartidin sale

  23. i am very picky about baby toys, so i always choose the best ones“

  24. rats near me表示:

    using wooden wall decors at home is a great alternative to using those expensive metal wall decors,,

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

  26. kep表示:

    What’s A Year in the Life of a Gamer Worth to You? Sign in October 2019 (Android). November 2019 (WebGL). After reading this post, now you should know how to move Origin games to another drive. Which method do you like to use to move Origin games? Have you successfully moved Origin games to another drive with the above steps? We are glad to have you share it with us. Format a commercially available USB drive and use it as extended storage to save your game and app data. USB extended storage is also helpful at times such as when you want to make room on your console storage or when your console storage is full. Camerer (2003) informs us that in studies with two-choice games (i.e., games where the two players play the zero-sum game two times consecutively), Homo sapiens tend to use the same strategy after a win but switch strategies after a loss. This “win-stay, lose-shift” heuristic is a coarse version of what’s known as “reinforcement learning.” In four-choice games (players play four times consecutively), Homo sapiens’ strategies are remarkably close to MSE predictions by the fourth time they play the game.
    https://louiszehi185395.blogolenta.com/24334633/play-card-collection
    ESPN reporter Peggy Kusinski said one of the women who was grazed by a bullet in the incident “snuck the gun in past metal detectors hiding it in the folds of her belly fat.” AUSTIN, Texas — Families in Uvalde took more legal action Friday on the second anniversary of the Robb Elementary School attack, suing Meta Platforms, which owns Instagram, and the maker of the video game Call of Duty over claims the companies bear responsibility for products used by the teenage gunman. Per NBC 5 Chicago, the shooting happened during the fourth inning of the game against the Oakland Athletics. Police initially requested that the game be stopped, but it went on due to the lack of perceived threat. Copy and paste the HTML below into your website to make the above widget appear Copy and paste the HTML below into your website to make the above widget appear

  27. Thinking of consistently foreclosures in florida on the agenda limited if it is bill-paying time? Will them appear to be any take-home pay shrinks plus every single payment evolves astronomically?

  28. Oh my goodness! Impressive article dude! Many thanks, However I am having issues with your RSS. I don’t understand why I can’t join it. Is there anybody having the same RSS issues? Anyone that knows the solution can you kindly respond? Thanks!!

  29. Hey there, You’ve performed a great job. I will certainly digg it and in my view recommend to my friends. I’m sure they will be benefited from this web site.

  30. Kiqefc表示:

    brand rogaine – cheap rogaine online proscar 1mg generic

發佈留言

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