laroute icon indicating copy to clipboard operation
laroute copied to clipboard

laroute.link_to doesn't work

Open nanaya opened this issue 9 years ago • 1 comments

Even a simple laroute.link_to('hello'); doesn't work (laroute.js:25 Uncaught TypeError: parameters.join is not a function(…)) because it calls this.route with one argument and so the second argument (parameters) is filled with wrong default ({}) which doesn't have join method since it's expected to be an array.

nanaya avatar May 03 '16 09:05 nanaya

+1

eossa avatar Oct 19 '16 15:10 eossa