Skip to content

Commit 5be6f99

Browse files
bglickNarretz
authored andcommitted
docs(currency): add missing line break
Insert missing line break between currency examples PR (angular#15083)
1 parent 81d52df commit 5be6f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter/filters.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var ZERO_CHAR = '0';
3131
<div ng-controller="ExampleController">
3232
<input type="number" ng-model="amount" aria-label="amount"> <br>
3333
default currency symbol ($): <span id="currency-default">{{amount | currency}}</span><br>
34-
custom currency identifier (USD$): <span id="currency-custom">{{amount | currency:"USD$"}}</span>
34+
custom currency identifier (USD$): <span id="currency-custom">{{amount | currency:"USD$"}}</span><br>
3535
no fractions (0): <span id="currency-no-fractions">{{amount | currency:"USD$":0}}</span>
3636
</div>
3737
</file>

0 commit comments

Comments
 (0)