<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.
Asked
Active
Viewed 2,085 times
0

xlecoustillier
- 16,183
- 14
- 60
- 85

Sudarshan Tanwar
- 3,537
- 3
- 24
- 39
1 Answers
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
-
i am pretty new in knockoutjs. can you correct it in my given jsFiddle link ? thanks again . – Sudarshan Tanwar Feb 01 '13 at 09:52