0
votes

I'm trying to implement a real basic sample of JsViews in a wizard, have included jquery.observable and jquery.views

But I get this error x-browser. "Views is null or not an object". The break occurs in jsRender, but I have other templating code working fine using jsRender, its only the inclusion of jquery.observable $ jquery.views. Does anyone have a jsfiddle of a simple binding example using jsRender / jsViews. No detail view needed, just the barest example of removing items from model.

1

1 Answers

0
votes

I have added 'remove' to the simple 'Observable Collection changes' example here. (Code is here).