Alexander Sulim

Results 22 comments of Alexander Sulim

I'm totally agree with this idea, and I would be very happy to start working on this.

Just to prevent cases when two or more people work on the same thing, it probably makes sense to explicitly "assign" this refactoring work to somebody. What do you think...

@dblock challenge accepted! :wink:

I realised that 24 hours is not enough, because I also have to work :wink: So I'm going to work on this project on the weekend and will keep you...

@lewis-mhi all you need to to do is convert you ISO8601 string into a Date object. [Date object](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Date) can parse ISO8601 date representation correctly. However you need to keep in...

Hey @timolehto! Thanks for the idea. At the moment [date-range](http://bootstrap-datepicker.readthedocs.org/en/release/markup.html#date-range) and [component](http://bootstrap-datepicker.readthedocs.org/en/release/markup.html#component) modes are not supported, but you are right it would be awesome to cover all available modes of...

Yep, support for all available features of bootstrap-datepicker is on my list.

Will check on that. Thank you for reporting this issue.

I'm a bit busy with my work last days. The fix is ready, but I didn't have a chance to test it properly.

I'm sorry for this huge delay. Just released [v0.3.1](https://github.com/soulim/ember-cli-bootstrap-datepicker/releases/tag/v0.3.1) that fixes the issue with two-way binding.