About the Routing category
@rwjblue wrote: (Replace this first paragraph with a brief description of your new category. This guidance will appear in the category selection area, so try to keep it below 200 characters. Until you...
View ArticleQuestions? Bring it!
@rwjblue wrote: As a result of the excellent discussion in Should Ember better define its use of Slack? I have created a few new categories and sub-categories, we can easily add more (or delete the...
View ArticleFront End Developer @AEO
@RecruitTechAEO wrote: Seeking a front end developer with expertise in ember at American Eagle Outfitters HQ in Pittsburgh, PA. Contact Marcia at DorosievM@ae.com for details Posts: 1 Participants: 1...
View ArticleAdapter in ember
@amanMalhotra wrote: Hi All, I am stuck at setting host url in adapter. Which of below will not affect the performance ? Problem- A web page is written in ember which show data from a service...
View ArticleComputed property to disable/enable button
@belgoros wrote: I’d like to enable or disable a button depending on the number of displayed items. Here is the route: # routes/shop_languages.js model() { return RSVP.hash({ shopLanguages:...
View ArticleObject saved into Service lost an attribute value
@belgoros wrote: I have a service current-shop.js which is defined s follows: #services/current-shop.js import Service from '@ember/service'; export default Service.extend({ shop: null, setShop(shop)...
View ArticleHow to get meta from after saving model?
@dimas09 wrote: My server adds meta data to JSON-API response as described in specs. And I try to get it in Ember: let event = this.get('store').createRecord('event', attr); event.save() .then((e)...
View ArticleHow to determine if POST or PATCH in Serializer
@larryh wrote: I have a User model and a serializer for it. I’d like to be able to determine if I am dealing with a new user (i.e. POST) or an existing one (i.e. PATCH). The reason is because there is...
View ArticleBootstrap and collapse navbar
@vincenthure wrote: Hello, I have installed the ember-bootstrap add-on ( version 3 ) Bootsrap is working, but when I use the class=“collapse navbar-collapse” , I get the button to open the menu on...
View ArticleEmber Data - How to occasionally fulfill belongsTo/hasMany
@willwile4 wrote: Hi All. I’m working on something and our api responses sometimes have data depending on certain attributes or if a user bothered to fill out the form at all. I’ve run into an issue...
View ArticleReaders' Questions - "Is it bad to load data in components?"
@ef4 wrote: Hello once again to Readers’ Questions, presented by the Ember.js Times. Today I’m answering this question by jj: Is it still considered an anti-pattern to handle lots of data loading in...
View ArticleHow can I reset sticky query params?
@alex_middeleer wrote: This question is asked very frequently in Slack #-help, so I thought I would add it here. Posts: 2 Participants: 1 Read full topic
View ArticleHow should we resolve conflicting addons and dependencies?
@mkay581 wrote: Sometimes different conflicting versions of an addon can appear in the dep tree of an ember app, which causes unexpected behavior. Thanks for ember-cli-dependency-lint, since it helps...
View ArticleEmber-g-map css and saas
@vincenthure wrote: I have installed ember-g-map and make a beautiful map on my page with the right css to set the size of the canvas. It’s working very well until I install ember-burger-menu : the...
View ArticleHow to process time (hours and minutes)
@belgoros wrote: I’ll have to process open/closes hours (like 8:30, 20:00, etc) and wonder what are existing and the best practices in Ember community. I found some add-ons: ember-time-tools...
View ArticleAutomatically transition through list of routes?
@mrjerome wrote: I’d like to transition through a few routes in my app on an interval. It would be like a ‘kiosk’ or ‘demo’ mode that would cycle through a set list of routes. Any ideas how I might...
View ArticleQuestion on autofocus for form field
@Chris_Stewart wrote: I have a textarea that I need to autofocus on every time the page loads. I have it working by setting autofocus=“true” on my textarea. The problem is that when I click a link-to...
View ArticleEmber action through multuple component
@akhil_ck wrote: 1)main component 2) sub compo (inside main button action) 3 seperate modal popup component How can i trigger sub comp button action from main and show popup Posts: 2 Participants: 2...
View ArticleProposal for restructuring forum's categories
@mattmcmanus wrote: The categories here have grown organically over time. There seems to me to be a lot of overlap in their purposes. This adds friction when adding new posts and makes it harder for...
View ArticleEmber Forum Theme :tada:
@awesomerobot wrote: I’m a designer on the Discourse team, and I’ve spent some time this week building a theme to get things feeling a bit more Embery. I’ve just enabled it as the default here. If you...
View Article