timstuyckens/chromeextensions-knockoutjs

easy way to edit data binded properties

Closed this issue · 3 comments

easy way to edit data binded properties

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

Needs better API + more possibilities

Solved in release 2.6.1