Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling .future on HttpPromise results in compiler error #85

Closed
jokade opened this issue Feb 2, 2016 · 0 comments
Closed

Calling .future on HttpPromise results in compiler error #85

jokade opened this issue Feb 2, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@jokade
Copy link
Owner

jokade commented Feb 2, 2016

$http.get[String]("foo").future

results in

Compilation error
type mismatch;
 found   : biz.enef.angulate.core.HttpPromise.RichHttpPromise[String]
 required: biz.enef.angulate.core.HttpPromise[?]
@jokade jokade added the bug label Feb 2, 2016
@jokade jokade self-assigned this Feb 2, 2016
@jokade jokade added this to the v0.2.3 milestone Feb 2, 2016
@jokade jokade closed this as completed in 677e9a2 Mar 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant