The role of controllers
@twcus wrote: I am a relatively new Ember developer, and after digging through dozens of docs and articles I still do not have a full understanding of the purpose of controllers inside an Ember...
View ArticleAvoiding Reload on Transition Back to Listing Route From Details Route
@G_M wrote: Given a site with a listing route and a details route where a user navigates from the listing route to the details route and then back to the listing route, what is the preferred way to...
View ArticleEmber-2-legacy browser support
@kellyselden wrote: Does https://github.com/emberjs/ember-2-legacy intend to polyfill ie9 and ie10 support, or just bring back deprecated API? (first discourse post) Posts: 2 Participants: 2 Read full...
View ArticlePopup model clearing data
@akhil_ck wrote: i have a popup function it submit some data . before submit the popup i am binding current user name inside popup username field. but when i call the popup second time username not...
View ArticleService provided by ember engine being instantiated twice
@bartocc wrote: Hi, I’ve got an ember engine providing a service that’s supposed to be used by the host app to share info to the engine. When I set a value on this service in the host app, this value...
View ArticleConfigure ember-cli version >= 3 to use native async/await and generators
@Jan_Misek wrote: How to configure ember-cli version >= 3 to use native async/await and generators without babel regenerator polyfill and async/await transpiling Posts: 4 Participants: 4 Read full...
View ArticleIssue with createRecord in form component
@Chris_Stewart wrote: Continuing the discussion from Question on autofocus for form field: I am trying to do a createRecord based on form fields. As soon as I type in the form field I get errors in...
View ArticleInput value - how to use helper
@belgoros wrote: I can’t find any information not figure out myself how to use a helper (or may there a better solution) to format the values I get from the backend. So, I’m getting time durations in...
View ArticleAssertion Failed: When calling `warn` you must provide an `options` hash as...
@SowmyaManohar wrote: Hi , Am using ember-models-table addon for displaying table data. Using a routeName parameter in the controller for specific column. So when i click the same , it throws me the...
View ArticleThe right way to save multiple lines (records)
@belgoros wrote: As I’m still in the very beginning of Ember learning curve, I wonder what is the best and correct way to implement the following functionality. I have to display a shop working hours...
View ArticleWhat are our brand principles?
@samselikoff wrote: Does Ember have a short list of brand principles? If so (I genuinely don’t know), could someone point me to them? If not, maybe we could kickstart a process of figuring them out....
View ArticleAny resources for learning ember-simple-auth?
@DeDefiance wrote: I was just curious if there were any updated resources for learning/using the ‘Ember-Simple-Auth’ library? (and possibly the JWT plugin for it.) I’ve been looking for a while now,...
View ArticleHow to refresh main model without query params use
@laxman wrote: I create an Ember app crud operation in route level like update: http://localhost.com/contacts/:id/edit delete: http://localhost.com/contacts/:id/delete So, my problem is one create a...
View ArticleTesting - Example Issues?
@rwjblue wrote: I’ll be giving a talk at Ember NYC this upcoming thursday (2018-04-26 meetup details) on the latest and greatest in testing. I plan on including a Q/A type section on “real world...
View ArticlePassing parameter
@akhil_ck wrote: Hi guys, i have two buttons so when i click each button i should know which button i have clicked so how can i do it in ember js (button is not component type just normal button...
View ArticleHow to import assets outside of fastboot, that live in the public directory
@anna wrote: I have an application (not an addon) that needs to import a library, which must run outside of Fastboot. I have put this library into /public/myOtherLibrary and the assets export fine...
View ArticleDid you order your Ember Hoodie v2 yet? Why not?
@Havremunken wrote: DevSwag is doing a new version of the Ember hoodie, and they need 30 orders for any to actually happen. 8 days left and we’re 9 orders short. I really want my hoodie so I hope...
View ArticleMaking Place Details Requests with Google Maps API
@chad-f-dalrymple wrote: I’m trying to connect with Google Maps API and make requests for place details specifically. It says I need to make a call to the getDetails() method but I am not sure how to...
View ArticleConnect to a mysql database via php
@vincenthure wrote: Hello I try ti get data from a mysql server, so I a write a file on my server “API/waypoints.php” who read all the lines of my database and convert it to Json. When i go at this...
View ArticleWhen do you plan to make es6 classes and decorators as a default construction...
@Alexey.Bedonik wrote: Hello guys! When do you plan to make es6 classes and decorators as a default construction for ember framework? github.com emberjs/rfcs/blob/master/text/0240-es-classes.md -...
View Article