using hallo in rails 4
mpepito13 opened this issue · 1 comments
mpepito13 commented
Hi there,
I'm trying to use Hallo.js within a rails project but I can't figure how I can do that.
I've downloaded the latest hallo.js and move it into vendor/assets/javascripts
When I reload my browser, I encounter the following error :
TypeError: 'undefined' is not a function (evaluating 'jQuery.widget')
which point to the code at the very beginning of the file :
return jQuery.widget('IKS.hallo', {
I've seen some gem hallo_rails but the js code is not up to date…
I'm sorry if this is a newbie question…
best regards,
arnaud