AngularJS filter Usage Detailed "Go + actual test" formatted currency

Source: Internet
Author: User

Angularjs has built some commonly used filter, we hit look.

Currencyfilter (currency):

Purpose: Format currency

Method Prototypes:

function (amount, currencysymbol, fractionsize)

1 {{| currency}}  <!--12 formatted as currency, default unit symbol is ' $ ', decimal default 2 bit-->2 3 {{12.45 | currency: ' ¥ '}} <!--formats 12.45 as currency, using a custom  Unit symbol is ' ¥ ', decimal default 2 bit-->4 5 {{12.45 | currency: ' Chy¥ ': 1}} <!--convert 12.45 to currency, use custom unit symbol for ' Chy¥ ', decimal specifies 1 bit, rounding operation is performed-->6 7 {{12.55 | currency:undefined:0}} <!--format 12.55 as currency without changing the unit symbol, and the decimal part will be rounded--

Original address: http://www.codeceo.com/article/angularjs-filter-usage.html

AngularJS filter Usage Detailed "Go + actual test" formatted currency

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.