From 7259da324c66ca48ca63c9f01f2eaf4312f17361 Mon Sep 17 00:00:00 2001 From: sixin210 Date: Tue, 5 Aug 2014 17:18:57 -0400 Subject: [PATCH] Update concepts.ngdoc --- docs/content/guide/concepts.ngdoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 37975d437775..a1786e77b677 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -37,10 +37,10 @@ Let's start with input fields for quantity and cost whose values are multiplied
Invoice:
- Quantity: + Quantity:
- Costs: + Costs:
Total: {{qty * cost | currency}} @@ -128,10 +128,10 @@ different currencies and also pay the invoice.
Invoice:
- Quantity: + Quantity:
- Costs: + Costs: @@ -228,10 +228,10 @@ Let's refactor our example and move the currency conversion into a service in an
Invoice:
- Quantity: + Quantity:
- Costs: + Costs: @@ -356,10 +356,10 @@ The following example shows how this is done with Angular:
Invoice:
- Quantity: + Quantity:
- Costs: + Costs: