cesine / todomvc-for-chrome-extensions

Chrome Extension Tested - MV* Todo apps for Backbone.js, JavaScriptMVC, Ember.js, Dojo, Spine.js, YUILibrary, Knockout.js and more
http://addyosmani.github.com/todomvc
Other
11 stars 1 forks source link

Test Knockout.js in Chrome Extension #6

Closed cesine closed 12 years ago

cesine commented 12 years ago

Status: broken (cant add new items, can see the page)

cesine commented 12 years ago

Uncaught Error: Unable to parse bindings. Message: Error: Code generation from strings disallowed for this context; Bindings value: value: current, valueUpdate: 'afterkeydown', enterKey: add knockout.min.js:48

cesine commented 12 years ago

It looks like knockout depends on eval: https://groups.google.com/forum/#!msg/knockoutjs/o9PU4gjY2XY/PMFooa_PPUoJ

Line 136 pretified min


return new Function("sc", c)

Options: