Handlebars registerPartial() is not working

1.2k Views Asked by At

Here is my code on JsFiddle

Error- Uncaught Error: The partial social could not be found

PS. I have included all the libs.

Thanks in advance.

1

There are 1 best solutions below

0
On

I figured it out, I was using partial before this:

$('ul').append(template(data));