0

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.

Blowsie
  • 40,239
  • 15
  • 88
  • 108
MikeW
  • 4,749
  • 9
  • 42
  • 83

1 Answers1

0

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

BorisMoore
  • 8,444
  • 1
  • 16
  • 27