We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d52df commit 5be6f99Copy full SHA for 5be6f99
src/ng/filter/filters.js
@@ -31,7 +31,7 @@ var ZERO_CHAR = '0';
31
<div ng-controller="ExampleController">
32
<input type="number" ng-model="amount" aria-label="amount"> <br>
33
default currency symbol ($): <span id="currency-default">{{amount | currency}}</span><br>
34
- 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>
35
no fractions (0): <span id="currency-no-fractions">{{amount | currency:"USD$":0}}</span>
36
</div>
37
</file>
0 commit comments