knockout.namespaces
knockout.namespaces copied to clipboard
Namespaces plugin for KnockoutJS
just by including it: "Uncaught TypeError: undefined is not a function", last issue closed: 2011.
Trying to use Knockout JavaScript library v1.3.0ctp - with knockout.namespaces - and catch this error ))
Can be used to implement namespaces with each one binding to separate contexts and having a different configuration http://jsfiddle.net/GilesBradshaw/YcK7V
Knockout's applyBindingsToNode has changed significantly since 1.2. I didn't see an easy way to fix it, so I thought I'd at least log the issue here.
Hi, Ran into an issue and to fix it you need to make sure there is an htmlString like so http://screencast.com/t/fq34i1biD if you want me to send a pull request...
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...