snapjay / ngCart

Really simple shopping cart for AngularJS
http://ngcart.snapjay.com
380 stars 236 forks source link

How to change the price of the unit (eg:$ 100.00 to¥100.00) #44

Closed ittray closed 8 years ago

ittray commented 8 years ago

How to change the price of the unit (eg:$ 100.00 to¥100.00)

ittray commented 8 years ago

angularjs: CURRENCY_SYM:"$" to CURRENCY_SYM:"¥"

snapjay commented 8 years ago

ngCart uses the currency filter. You can update your templates or use the $locale service. https://docs.angularjs.org/guide/i18n