Ember.js - The Ember Times - Issue No. 136
@ember-blog wrote: ഹലോ Emberistas! 🐹 Call for videos for the EmberConf keynote 📢, Ember 3.16 released 🚀, Minesweeper meets Ember Octane 💣, Check out the journey to your first published addon 📅, 2020...
View ArticleBusinesses Contributing to Ember
@jessica wrote: Are any of you either business owners or designers / developers / product managers working for businesses who provide paid time to their employees for at least one of the following:...
View ArticleBrowser Back? Reload Page?
@hollecar wrote: Hi In my app the users submits a form and the results are returned, after they click search. The issue I am having, is the results are returned in the same page. So when the user...
View ArticleTroubles getting query parameters to work
@bmurphy wrote: Hi, I’ve got a specific scenario where using query parameters on my controller seems to not be working for me. Feels like some kind of race condition is happening. I’m setting two...
View ArticleHow to upload a file or photo to an API
@Rossi_Rasloff wrote: hello, i have created the model, route, controller, component and template … everything is working. only that file / image thing isn’t working. i have search for tutorials but...
View ArticleCreate button that refreshes route?
@hollecar wrote: Hi I’m trying to create a button that just refreshes the current page/route. This is what I have so far. in my main route: home.js actions: { refresh: function() { this.refresh(); }...
View ArticleError running tests
@cgallo wrote: I am trying to create my first test, but I am getting errors just trying to run the test engine. When I execute “ember test” this is the result. I have not yet added my test. Built...
View ArticleHow i integrate routes from addon
@Timbuktu82 wrote: Hi, i write an addon und generate routes/templates inside this addon. But the routes does not accessable. How can i inject these addon-routes into router.js or respectively make...
View ArticleRequires Babel "^7.0.0-0", but was loaded with "6.26.3"
@arun_raj wrote: I’m facing the below build issue. Some of dependencies has babel 6 and some has babel 7. But, when a dependency requires babel 7, it was loaded with 6. stack: Error: Requires Babel...
View ArticleLoad Ember-addons on demand from main application
@manoj wrote: I’m building an application where ember components are needed on-demand when certain conditions are met. For this purpose I’m building ember add-ons which will have independent...
View ArticleEmber.js - The Ember Times - Issue No. 137
@ember-blog wrote: Bonjou Emberistas! 🐹 Learn about how autotracking works 👣, Try out the latest ember-template-lint v2 ✅, Ember Website Redesign 🔥, 2020 Ember Community Survey Reminder 📝, and beta...
View ArticleLocal stored singleton object
@moondaisy wrote: Hello, I’m new to Ember and I’m trying to store a simple model locally using ember-local-storage (setted up following this). This is my model: import { Model, attr } from...
View ArticleEmber and Laravel - 2 Repos - 404 error
@emberftw wrote: Hello, I’m working on a project with Ember as front and Laravel as backend. I’m fairly new to Ember and while trying to login it seems to not be picking up the correct API base URL...
View ArticleComputed not called and `model.hasDirtyAttributes`
@Myrdhin wrote: Hello Perhaps could you help me to understand: I have a computed like this in my controller : isBtnSaveDisabled: computed( 'model.hasDirtyAttributes', function() { // CODE }...
View ArticleInstrumenting Glimmer components – is there a way?
@balint wrote: Hi, We’re trying to improve the performance of one of our pages and found ember-perf-timeline a huge help to see component render times in Chrome’s Performance profiling tool. However,...
View ArticleStandalone app feature
@mehulkar wrote: Not sure how to make this happen, but Discourse recently updated some logic to make it possible to save this forum as a legit PWA on iOS. Can this discourse be upgraded to get that...
View ArticleIs there a way to re-export addon components automatically?
@ondrejsevcik wrote: Hi, is there a way to re-export all the addon components/services/… automatically from the app folder? We have quite a few addons and it is very annoying to declare those...
View ArticleHow to: focus an element when entering in route
@Romgere wrote: Hi ! I try to achieve a simple thing : Focus an input when user entering in the route. First I was looking for something similar to didInsertElement for controller, but there is...
View ArticleEmber quickstart tutorial
@hollecar wrote: Hi I was following the guides.emberjs.com Quick Start - Getting Started - Ember Guides This guide will teach you how to build a simple app using Ember from scratch. We'll cover these...
View ArticleWant to disable or remove the item that's selected in the above dropdown from...
@abdul wrote: Hi everybody - I have a question in Ember, I have a dropdown when an Item selected in the dropdown - it should either remove item or disable item from the multi-select below, how can I...
View Article