Guest User

Untitled

a guest
Nov 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const formattedCurrency = $filter('currency')(input);
  2.  
  3. this.$locale.NUMBER_FORMATS.CURRENCY_SYM = '€';
  4.  
  5. this.getUserCurrency(this.id).then((currency) => {
  6. $locale.NUMBER_FORMATS.CURRENCY_SYM = currency; // this does not work
  7. });
Add Comment
Please, Sign In to add comment