-
Notifications
You must be signed in to change notification settings - Fork 4
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
Doesn't update list on change to select-items #2
Comments
Actually, I ended up having to make quite a few more changes to get this to work properly. If you would like me to post my code/submit a pull request let me know. Otherwise, I will leave it in your capable hands to fix as you see fit. |
It's great yo use your code! On Sat, Jan 16, 2016 at 8:54 AM, tellingson [email protected]
|
@tellingson would be nice to see how you resolved this issue, can you submit a PR? |
Hello, It will be super cool to have the list dynamic. In my case I load the list from an api http request. |
Hello, |
@qqnc @tellingson Still stuck with this, doesn't update when you need to use a dynamic list from http through a service like so
|
This only works with a static list because you do the select-items parsing on load. The parse needs to happen any time the select-items list changes. For example, pulling the list of items in an http request. I solved it setting up a watch on selectItems and parsing it any time that it changes.
The text was updated successfully, but these errors were encountered: