knockout.namespaces
knockout.namespaces copied to clipboard
issue with templates
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.
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.