How to overwrite the built in `` component
@mupkoo wrote: Now that we have the ability to invoke the {{ input }} helper using the angle brackets syntax (<Input />), how can a person overwrite it? Looks like creating...
View ArticleTesting a controller and it's template
@Pop_Levente wrote: Hi Guys, might be a stupid questions, but is it possible to write tests for a controllers template? maybe render it as a component? i’ve seen something similar but for older...
View ArticleRefresh token is empty. Please check your backend response
@paisleydarts wrote: I’ve racked my brain on this for 20 hours straight and I can’t figure it out. I’m working on an ember app with a django backend. It uses jwt for authorization, the endpoint to...
View ArticleHow do you target ember-cli-mirage from a regular AJAX request using...
@jameshahn2 wrote: Howdy! I’ve refactored the Debounced Type-Ahead Search Example from ember-concurrency's docs as follows: // glossary-app/app/pods/application/controller.js import Controller from...
View ArticleEmber.js - The Ember Times - Issue No. 109
@ember-blog wrote: 🙌 Emberistas! Read the newly published Ember 2019-2020 Roadmap RFC 🐹, tune in to learn about GraphQL and Ember 👨💻, join EmberCamp Chicago (Sept 16th) 🍕, learn why you shouldn't use...
View ArticleUse action with non-clickable elements
@dnazarex wrote: Hello Dears, could you pls help me to understand how to use action with non-clickable elements like div, span, etc. correctly? <div {{action "handleClick"}}>Click Me</div>...
View ArticleConfigure backend url with ember data and fastboot
@Hummingbird wrote: TLDR: when using fastboot, how should one let ember data know about the backend location? preferably not hard coding urls into the ember app long story: If I deploy a fastboot app...
View ArticleUsing with Laravel
@ExpDev07 wrote: I have a Laravel project and wanna run EmberJS with it (without having separate servers). For this to work, I just pass the responsibility of web routing to EmberJS, but allow Laravel...
View ArticleI need recomendations about emberjs nature
@Alexandr_Rypun wrote: I’m working with emberjs during some time and now I want to redefine my understanding of ember’s nature. Question 1. Am I right that the route’s model() hook is the best place...
View ArticleESA: issues with redirection
@ExpDev07 wrote: Hey! I’ve got my /login route setup like this: import Route from '@ember/routing/route'; import UnauthenticatedRouteMixin from 'ember-simple-auth/mixins/unauthenticated-route-mixin';...
View ArticleTo keep modal dialog open after browser's refresh
@ember2019 wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleKeep the modal dialog open after browser's refresh click
@ember2019 wrote: Hi, I have a modal dialog that is designed to block the user from going forward to the following page until the user read the info on the modal dialog and click on one of the 2...
View ArticlePass property between components
@ahmed wrote: pass property from parent component to child component using emberjs example Posts: 1 Participants: 1 Read full topic
View ArticleWait until method is done then call super in mixin
@ExpDev07 wrote: Hey, I have followed ESA’s “manage current user” guide and have come up with the following: import Route from '@ember/routing/route'; import ApplicationRouteMixin from...
View ArticleTest passes in --server mode but fails without
@belgoros wrote: I have a weird behaviour when running tests with ember t in the Terminal, - there is one that fails with: Testem finished with non-zero exit code. Tests failed. not ok 9 Chrome -...
View ArticleHow to include Include External Folder with JS & CSS files, Img, Fonts in...
@Shivu wrote: Hi, I need to include external folder with js, css, images, fonts in my ember engine mounted on ember app. when i include my js and css files in vendor and import in ember-cli-build.js,...
View ArticleEmber.js - The Ember Times - Issue No. 110
@ember-blog wrote: Aloha Emberistas! 🐹 This week: {{on}} & {{fn}} in Octane Guides 🔥, Foreign Key Attrs Blog Post 🔑, watch This.JavaScript: State of Frameworks on Tuesday 📜, build JAMstack...
View ArticleUpgrading to ember-cli-mirage 1.1.0
@belgoros wrote: I followed the steps described in ember-cli-mirage upgrade guide to upgrade from 0.4.15 to 1.1.0, but had to install additional dependencies: @babel/plugin-transform-block-scoping...
View Articlestore.createRecord is creating two records with unique ids, but it's only...
@twcus wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleAddon for sending Excel Files to a REST API
@CWalsh wrote: I’ve been looking for a addon that will allow me to upload a a Excel file and send it to a rest api backend. I’ve seen a few addons for upload but they all seem to be for images. Any...
View Article