Open cramhead opened 11 years ago
Awesome! Can you fix the dynamic finders example too? It's broken, even after changing is_{client,server}
to is{Client,Server}
I tried making those quick fix changes, but unfortunately there are more things that are not quite right. I'll give it a few moments when I have a sec.
On Wed, Sep 11, 2013 at 10:14 AM, Steven Luscher notifications@github.comwrote:
Awesome! Can you fix the dynamic finders examplehttps://github.com/steveluscher/knockout.meteor/blob/62ebc440a90edcdbbe6939491849a574237aeab9/examples/dynamicfinders/example.jstoo? It's broken, even after changing is{client,server} to is{Client,Server}
— Reply to this email directly or view it on GitHubhttps://github.com/steveluscher/knockout.meteor/pull/8#issuecomment-24258360 .
Hi Steve,
I made a couple of quick fixes in the todo_list example.
The example works correctly with the changes