Skip to content
Permalink
Browse files

docs(currency): add missing line break

Insert missing line break between currency examples

PR  (#15083)
  • Loading branch information
bglick authored and Narretz committed Sep 1, 2016
1 parent 81d52df commit 5be6f993aa64de4b7da4fd26dcd2cf5285bd6ed3
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ng/filter/filters.js
@@ -31,7 +31,7 @@ var ZERO_CHAR = '0';
<div ng-controller="ExampleController">
<input type="number" ng-model="amount" aria-label="amount"> <br>
default currency symbol ($): <span id="currency-default">{{amount | currency}}</span><br>
custom currency identifier (USD$): <span id="currency-custom">{{amount | currency:"USD$"}}</span>
custom currency identifier (USD$): <span id="currency-custom">{{amount | currency:"USD$"}}</span><br>
no fractions (0): <span id="currency-no-fractions">{{amount | currency:"USD$":0}}</span>
</div>
</file>

0 comments on commit 5be6f99

Please sign in to comment.
You can’t perform that action at this time.