Quantcast
Browsing all 4826 articles
Browse latest View live

Loading state when going back to parent route

@vmalloc wrote: I have a nested route, let’s call it A.B.C. A.B has a slow-loading model, and hence I created A.B.loading to handle it and show an appropriate indication to the user. Once A.B.C is...

View Article


Redirecting in Fastboot

@Allerby wrote: I’m having trouble finding what is the definitive way to transition to another Route when rendering server side in Fastboot. The situation is that a user’s session has become...

View Article


How can I get an HTML element from a template?

@larryh wrote: Hi, This seems like it should be super simple, but for some reason it’s just not working. I’m trying to upload an image file using ember-cli-form-data. Their doc says to use an input...

View Article

Need to call the Action inside the function

@Boo wrote: I’m doing the action for while click on the download icon in the folder type. It have to download as zip. For that they wrote already in the java and created a service for that as like...

View Article

Performance with large data sets

@Wizbyt wrote: Our Ember application has to work with quite large data sets and we’ve found that trying to load 5000+ objects into the store impacts performance. To test this we use an ajax GET to...

View Article


Handling other representation of numerical values

@bsylvain wrote: I am looking for a way to handle numerical values in a non US format. I need to replace values like 1,024.45 by 1 024,45 . Is there any recent library or ember pattern to handle that...

View Article

How do I configure a many-to-many relationship?

@Dahnaya_Joyner wrote: I have a many to many relationship between users and accounts. When I create these records on sign up, I am able to see the id of the account I just created in the json for the...

View Article

How to include the icon inside the tooltip message

@Boo wrote: HEllo, I need to include the download icon inside the tooltip message, I have tried the below code: ObjectIconView: Ember.ContainerView.extend(childMOMixin, { iconDownload: function () {...

View Article


How do I send emails using Pony and Sinatra?

@Dahnaya_Joyner wrote: I am trying to make an ajax request in Ember that sends a user and email after they submit their email address. I am using Pony to send emails and Sinatra in the back end. The...

View Article


Easy way to toggle isDevelopingAddon

@gokulk138 wrote: I often do this, https://github.com/ember-cli/ember-cli-eslint/issues/14. Forgot to set isDevelopingAddon to false before publishing. Is there any easy way to make isDevelopingAddon...

View Article

Using get(this, "prop") in all situations, or only for non Ember.Object objects?

@_omairvaiyani wrote: Strong conventions help reduce heterogeneity and guesswork on the part of the programmer. I’ve found myself wondering whether to go with this.get("prop"); or get(this, "prop");...

View Article

Error running acceptance test

@Dahnaya_Joyner wrote: I have a registration form and I would like to test it using an acceptance test. When I run 'ember test --filter “acceptance”, I get an error and I’m not sure how to fix it. All...

View Article

Image may be NSFW.
Clik here to view.

One Pager with Ember

@wishi wrote: Hello Ember Community This is my first post, so please be gentle. Iam trying to create a onepager with Navigation and changing Routes. While Browsing the Web i noticed, that this Forum...

View Article


View logic in DS Models?

@localyost wrote: Hi everybody, I fear I already know the answer to this but I thought I’d put it out there. I have some DS.Models that are displayed on one side as RowComponent in a TableComponent...

View Article

Image may be NSFW.
Clik here to view.

Hello World - Learning Resources

@scottie-schneider wrote: Hi all - first post. I’ve just gotten started on my Ember learning journey, and have dedicated to going all in… I’ve got junior fullstack js training (bootcamp) and bits here...

View Article


Image may be NSFW.
Clik here to view.

Reaching toward reusable computed property subchains

@Lupestro wrote: Every good question starts with a story. In our app, we do electronics calculations. We have a broad variety of data, constraints and targets, that the user can supply. We generate...

View Article

What do you think of 3rd Party libraries with CDN and not in vendor

@brocolliInDB wrote: Hello. I would like to use CDN for 3party libraries which is not common library stuff. It is currently in vendor folder and use it globally. but I want to make it exclude from...

View Article


Autocomplete search with One letter is not working

@Boo wrote: Hello. When I search the user name in the search box of autocomplete by using the first letter of the user name. Its not showing any names. When I enter the second letter its showing the...

View Article

Some concerns on serializing query params in route under Ember Engine

@GregWang wrote: Per title. When I working on my project to handle some requirements, I used “transitionToRoute” method jump to B route in A controller with queryParams (these routes are all under the...

View Article

Infinite rendering invalidation detected emberjs

@Vishwajit_Kolekar wrote: i was getting error while adding dynamic add and remove actions i am using ember v 3.0 renderer.js:167 Uncaught Error: infinite rendering invalidation detected at...

View Article
Browsing all 4826 articles
Browse latest View live