aurelia-async icon indicating copy to clipboard operation
aurelia-async copied to clipboard

A plugin for the Aurelia platform providing asynchronous binding support

Results 5 aurelia-async issues
Sort by recently updated
recently updated
newest added

The error happens here: ``` js AsyncExpression.prototype.connect(binding, scope) { var info = this.expression.connect(binding, scope); // info is undefined here! return { value: info.value ? info.value.__value : undefined, observer: new AsyncObserver(info.value,...

bug

This is something that Aurelia absolutely needs, but I think that the double dotted syntax is aweful. It conveys no meaning. And when I just want to use a Promised...

In package.json, main references a nonexistent file - repairing.

Add a `toProperty` utility function / decorator to convert observables/promises to properties. This will require a binding adapter to avoid dirty-checking. Gitter discussion: :point_up: [August 16, 2015 9:53 AM](https://gitter.im/Aurelia/Discuss?at=55d095c63d8917890c16423e) cc...

enhancement