arturadib / agility

Javascript MVC for the "write less, do more" programmer
http://agilityjs.com
MIT License
542 stars 70 forks source link

Fix issue #105, one-way zero binding. #106

Closed robertjustjones closed 11 years ago

robertjustjones commented 11 years ago

Adds a zero value check to fix issue #105. Added test showing fix.

Before fix: screen shot 2013-06-01 at 10 15 23 am

After fix: screen shot 2013-06-01 at 10 16 14 am

arturadib commented 11 years ago

thanks Robert!