hunterloftis / knockout.namespaces

Namespaces plugin for KnockoutJS
knockoutjs.com
57 stars 5 forks source link

issue with templates #5

Open pegler opened 13 years ago

pegler commented 13 years ago

From looking at the templates.html example file, this should work, but for some reason, it doesn't.

In the global namespace, I render a template that has bindings for a namespace 'email' within it. These bindings for 'email' do not get attached. I have matching versions of jquery, jquery.tmpl, and knockout from the example in the repo. Let me know what other info you'd like for debugging and I'll send it over.

pegler commented 13 years ago

I think this is due to my bindings getting applied out of order. So it's a known bug, judging from your comment in the example.