Scott Galloway
Scott Galloway
Nope, this is using Durandal so I cannot apply bindings manually. What DID help was just changing the code to add each item one at a time, e.g.: return $.getJSON('api/pagecontent',...
Ok, this seems to work in my situation (I replace existing items with new ones with the same key) pushAll: function (dictionary) { var self = this; var outArr =...
Hi, yup, very useful, currently using it in a site which has dynamic content. As I say the method I used to fix it works for me but others may...