vishnurk

Results 3 issues of vishnurk

This is more of a question - I have an object in my view model that gets updated with array data from the server using the mapping plugin. Contents of...

Hi Ryan, Quick question.Here's my setup again- ``` //parent page Html //parent view model this.moduleInfo=ko.observable( { data: "", disposeMethod: "dispose", id: "moduleId", initializer: "initialize", name: "modulevm", template: "moduleTmpl" } );...

I am attempting to destroy an existing Scrollify instance before re-initializing. On re-initializing, the 'afterRender' callback is NOT triggered. Took a closer look at code and noticed this - `...