Daniele Draganti
Daniele Draganti
Hello, I have found this useful answer on StackOverflow: [https://stackoverflow.com/questions/37345098/dynamically-compile-a-htmlbars-template-at-runtime-in-ember-2-5](https://stackoverflow.com/questions/37345098/dynamically-compile-a-htmlbars-template-at-runtime-in-ember-2-5) May be helpful; sure, at this point it will require more NPM dependencies, but I think it's worth the effort...
@buzzware, I have followed the solution suggested by @vasilakisfil, and have also manually added the component to my `app/components` folder slightly editing the original code. ```js updateTemplate() { this.set('subLayout', null);...
@buzzware Well, I have rewritten the component, but I honestly can't remember WHERE I edited it exactly... I'll just post the whole code for you here below. Sorry for spamming,...
@buzzware Glad to hear it worked! I'll have a look at your code.
+1, happening to me as well. I wonder what may be causing this.
Hello, sorry but I haven't tried to implement it back on my custom method (I just hard-coded the conversion to camelCase instead). Now I'm running on Sails 1.1.0-46, Sails-Json-Api-Blueprints 0.16.0,...
Hello; just wondering, what is the status on OpenUpgrade for 17.0? I see the 17.0 branch is quite behind compared to 16.0.
@legalsylvain Oh, okay. Thank you for the feedback!