<svg></svg>> I am creating new svg element and set binding dynamically for them. But i dont know why it is not working. I am new to knockoutjs so kindly let me know where is the actual problem. Here is the jsFiddle link for the problem (). and let me know if any clearification needed. thanks.
<svg></svg> > I am creating new svg element and set binding dynamically for them.
Share
You have to call
ko.applyBindingsagain for the newly injected element. See this question for more information.