Re: [OPEN-ILS-GENERAL] Setting the currency in the patron billing interface

2019-05-22 Thread Linda Jansova
Hi Dan, It really seems there is no easy way in Angular to change default currency parameters across the application as mentioned in Angular Wiki (https://www.angularjswiki.com/angular/angular-currency-pipe-formatting-currency-in-angular/) and further elaborated in a GitHub discussion (https:

Re: [OPEN-ILS-GENERAL] Setting the currency in the patron billing interface

2019-05-20 Thread Daniel Wells
Hello Eva, The AngularJS interfaces are using the built-in currency filter, which supplies a dollar sign by default. More here: https://docs.angularjs.org/api/ng/filter/currency It does appear that the filter can specify a different symbol; it is fairly limited otherwise. The newer Angular loo