SMH110 / widgets

1 stars 0 forks source link

Inconsistently typed output from calculator #30

Closed massimocode closed 8 years ago

massimocode commented 8 years ago

I noticed that the input observable sometimes contained a number and sometimes a string. It would be best to decide on one and use that. I personally think number is best because the addNumber method uses numbers.

SMH110 commented 8 years ago

Fixed in https://github.com/SMH110/My-Calculator/pull/32