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: