From 2b4fea5837ca2b652a6fdb79bc19ba9fb49b746a Mon Sep 17 00:00:00 2001 From: Brian Glick Date: Thu, 1 Sep 2016 13:37:56 -0400 Subject: [PATCH] docs(currency): Add missing line break Insert missing line break between currency examples --- src/ng/filter/filters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/filter/filters.js b/src/ng/filter/filters.js index 8d8f221a56cb..f0ef2f29d3aa 100644 --- a/src/ng/filter/filters.js +++ b/src/ng/filter/filters.js @@ -31,7 +31,7 @@ var ZERO_CHAR = '0';

default currency symbol ($): {{amount | currency}}
- custom currency identifier (USD$): {{amount | currency:"USD$"}} + custom currency identifier (USD$): {{amount | currency:"USD$"}}
no fractions (0): {{amount | currency:"USD$":0}}