timstuyckens / chromeextensions-knockoutjs

The source code for the chrome dev tools extension that allows you to easily debug knockout js apps.
MIT License
140 stars 50 forks source link

easy way to edit data binded properties #17

Closed timstuyckens closed 10 years ago

timstuyckens commented 10 years ago

Possible route

ko.bindingProvider.instance.getBindings(this,ko.contextFor(this))[prop](value);}

for example something like (added editVM function to prototype of Node object)

image

timstuyckens commented 10 years ago

Needs better API + more possibilities

timstuyckens commented 10 years ago

Solved in release 2.6.1