0

<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.

xlecoustillier
  • 16,183
  • 14
  • 60
  • 85
Sudarshan Tanwar
  • 3,537
  • 3
  • 24
  • 39

1 Answers1

1

You have to call ko.applyBindings again for the newly injected element. See this question for more information.

Community
  • 1
  • 1
Manu Clementz
  • 1,807
  • 12
  • 19