Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Experiment with RenderService decorator with markdown editor #54

Open
jeffbcross opened this issue Mar 17, 2016 · 1 comment
Open

Experiment with RenderService decorator with markdown editor #54

jeffbcross opened this issue Mar 17, 2016 · 1 comment

Comments

@jeffbcross
Copy link
Contributor

We want to experiment with a way to take a service written as if it was written to be executed in the UI thread, and have it automatically wrapped and executed in UI and worker. @jteplitz602 and I began experimenting with using a monkey-patching decorator to do this: http://plnkr.co/edit/8ksPT8TxTocBkOHvuPP0?p=preview

It's hacky to have a decorator doing so much monkey patching, but would be a good start to figuring out how to make this problem easier to solve in Angular in general.

@jeffbcross
Copy link
Contributor Author

Related to angular/angular#2409

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants