Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/angular-currency-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Angular-Currency-Code v0.0.1
*
* @author: Carey Hinoki <[email protected]> (http://careyhinoki.me/)
* @date: 2014-02-26
* @date: 2018-01-16
*/


Expand Down Expand Up @@ -71,7 +71,7 @@ Simple module that contains a currency code map.
'EUR': '\u20ac',
'FKP': '\u00a3',
'FJD': '\u0024',
'GHC': '\u00a2',
'GHS': '\u00a2',
'GIP': '\u00a3',
'GTQ': '\u0051',
'GGP': '\u00a3',
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-currency-code.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cc-currency-symbol-constant.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ cc.constant 'ccCurrencySymbol',
'FJD': '\u0024'

# 'Ghana Cedis'
'GHC': '\u00a2'
'GHS': '\u00a2'

# 'Gibraltar Pound'
'GIP': '\u00a3'
Expand Down