Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : EJS and @@!!@@

$
0
0
Gah! Such a rookie mistake. Thank you guys so much!

As a side note: I created this fiddle as well, which is stripped down:

http://jsfiddle.net/qYdwR/826/

It has the same problem, but I notice that changing this line:

this.element.html(can.view('filterView'));

To be:

this.element.html(can.view('filterView'), {});

Makes it work. It might be nice if passing in an empty object wasn't required. But maybe I'm missing something... like I said before... I'm new here. :-)

Anyway, thanks again!

-joe


Viewing all articles
Browse latest Browse all 3491

Trending Articles