I'm using the currency pipe with beta.0, and with the following code inside ionic 2: > ``` > <ion-card-content> > Total: {{ total | currency:'COP':true }} > </ion-card-content> > ``` The output should be `Total: $ 110,000` but the actual output is this: 
I'm using the currency pipe with beta.0, and with the following code inside ionic 2:
The output should be

Total: $ 110,000but the actual output is this: