samedi 23 avril 2016

Using the es6 spread operator in htmlbars

Is is possible to use the equivalent of the spread operator in htmlbars?

let items = ['hello', 'world'];
someFunction(...items); // equivalent to someFunction('hello', 'world');

I need this in htmlbars






Aucun commentaire:

Enregistrer un commentaire