From 6370f97f04e8c141bcbdd88d90fdd620150a863d Mon Sep 17 00:00:00 2001 From: Christoforus Surjoputro Date: Sat, 10 Dec 2016 22:40:54 +0700 Subject: [PATCH] Update documentation --- cpol-currency.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cpol-currency.html b/cpol-currency.html index 7119f73..279880d 100644 --- a/cpol-currency.html +++ b/cpol-currency.html @@ -74,16 +74,6 @@ ``` -### Properties you can use: -Properties | Description | Type | Default ---- | --- | --- | --- -amount | Amount of money that will be converted to currency format | Number or String | 0 -fixed | Number of decimal will be converted | Number | 2 -decimal-separator | Character for separate decimal | String | '.' -value-separator | Character for separate thousand in amount | String | ',' -currency-prefix | Prefix character of currency symbol | String | '$' -currency-suffix | Suffix character of currency symbol | String | '' - @demo demo/index.html -->