docs(currency): add missing line break
Insert missing line break between currency examples PR (#15083)
This commit is contained in:
committed by
Martin Staffa
parent
81d52dfe39
commit
5be6f993aa
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user