zewa666 / aurelia-async-binding

Aurelia async bindingbehavior to consume Observables and Promises
MIT License
18 stars 3 forks source link

Doesn't handle undefined values #1

Closed jonas-lauber closed 6 years ago

jonas-lauber commented 6 years ago

Hi,

It would be nice if this binding behaviour could handle undefined values. At the moment it fails because one directly work with a.then without checking if a is defined first.

zewa666 commented 6 years ago

Thanks for the feedback, will add this

zewa666 commented 6 years ago

I've pushed a new patch release. Please see whether this fixes your issue.

jonas-lauber commented 6 years ago

Yeah, I tested and it works fine yet! Thanks a lot for the quick feedback!

zewa666 commented 6 years ago

u2 ;)