mohnish / money

Money - let's you manage your money and visualize where your money goes. Built using Ruby 2.3.0, Rails 4.2.5, Backbone and Bootstrap

Home Page:https://limitless-brushlands-3869.herokuapp.com/signup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change $5.0 to $5.00 (format)

mohnish opened this issue · comments

@appikonda any update on this one?

I will finish it today.

Thanks-
_Sandeep _Appikonda
http://appikonda.in

On Thu, Mar 5, 2015 at 12:42 PM, Mohnish Thallavajhula <
notifications@github.com> wrote:

@appikonda https://github.com/appikonda any update on this one?


Reply to this email directly or view it on GitHub
#53 (comment).

fixed in be2d040

NTS: the radix part is not needed anymore since all the major JS engines have fixed the issue with parseInt('08') != 8.