Closed yocontra closed 12 years ago
Can you provide a contrived example to reproduce this?
It's difficult to see which part of the application the error is coming from without a stack trace so I can't tell which binding or adapter is causing the issue - will look into it and see if I can get a test for it later today
Browser is Chromium Version 20.0.1132.47 Ubuntu 12.04 (144678)
I can reproduce this. I modified the stapes todo sample to isolate the issue. Here is a fiddle:
http://jsfiddle.net/dheeraj_kumar/py4gD/
I don't get the regular expression error, but the stack trace is exactly the same.
This seems to occur only when the loop is bound to data returned from a method, not to data itself.
Thoughts, @Contra ?
The same todo list, which works perfectly when the loop is bound to actual data, not returned from a method. http://jsfiddle.net/dheeraj_kumar/qNKht/
Found it! forking...