From fcd76d27e5459d5cf42d04cd60c78e78bd323bd9 Mon Sep 17 00:00:00 2001 From: sixin210 Date: Tue, 5 Aug 2014 17:18:57 -0400 Subject: [PATCH] docs(guide/concepts): add min to numerical inputs Closes #8495 --- 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 37975d43..a1786e77 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: