New book from Packt Publishing, “Ember.js Cookbook”
@packtpub wrote: This book provides in-depth explanations on how to use the Ember.js framework to take you from beginner to expert. You’ll start with some basic topics and by the end of the book,...
View ArticleRoutable modals like Facebook/Twitter
@benking wrote: Hi everyone, I've been searching high and low for a solution to this problem and can only find solution that do half the job. Say I have a photo model and I want to be able to open a...
View ArticleTransfer Data from one window to another
@Jalil_Irfan wrote: Hi We have a requirement like to open multiple popup or modal with in the page And the user must be able to edit the data in any of the window and the data should reflect in the...
View ArticleTransition to the same route: how to re-enter to the same path?
@fguillen wrote: I am implementing what it can be understood as a slideshow. I have a route called next-slide and in this route the next slide is calculated and shown. My intention is that when I call...
View ArticleHow to load multiple popups Dynamically
@Deepak_Negi_Sunny wrote: Dear Members In ember 2.3 plz tell a way to load multiple popups at a time and on closing the latest previously should become available. And on open a new sub popup parent...
View ArticleApache htaccess for ember
@therealbenhogan wrote: Hi, I am trying to deploy a test app, where the dist folder (after running ember build environment=production) lives under an ember folder. My folder structure is therefore...
View ArticleCan't update existing view with each-in helper!
@balgev wrote: Hello friends! We are creating a Sportsbook web app using Emberjs, where we retrieve data through an API and draw the view. The received data is an object with many nested levels. Based...
View ArticleHandling Composite Keys
@mtangoo wrote: So far my ride with ember and ember-data have been well. I have faced some challenges and overcame them. But one thing I have failed to figure out is how to make CRUD with ember-data...
View ArticleAfter a PATCH, do not update DOM with server response!
@rael.venturus wrote: Hey there everybody. We are working on a application with auto-save functionality, and we are currently facing some issues while updating some fields in a slow server. As our...
View ArticleNavigating Ember CSS options
@accelerate wrote: Hi, I'm trying to sift through all the CSS options / packages available for Ember and am looking for suggestions. I suppose it will help if I list what I need: SASS syntax...
View ArticleSending JS errors to server
@palmergs wrote: My app has been released out into the wild and is currently facing an onslaught of the most fearsome of predators, the user. Ember has held up admirably and I'm a full convert....
View ArticleRender a component outside of the template in EmberJS
@Charles_Bourasseau wrote: I want to render a modal which is defined inside a template but this modal should be insert into the DOM outside of the template. e.g. my-list.hbs: <div>...
View ArticleQuery Params and Template Updating
@Ben_Glancy wrote: Can someone just tell me how I can update the template after calling createRecord, when the router is using this.store.query? I am using this.query so that I can use query...
View ArticleController Docs change
@Ben_Glancy wrote: Anyone notice the docs at https://guides.emberjs.com/v2.5.0/controllers/ on controllers no longer says they are being phased out. More that they should be thought of as a "default...
View ArticleBelongsTo to many types of models
@pjcarly wrote: Is it possible to create a BelongsTo relationship on the same field to many Different model types. For example, I have a Model "attachment" which holds a file, this attachment is...
View ArticleHow to integrate ember CLI with ASP.Net Application?
@snehalchavan wrote: I have an EmberJS application that is built using Ember CLI. To deploy my application I used the ember build --release command with Ember CLI, and copied the output from the /dist...
View ArticleWhere does ember-cli initialize the ember app?
@JordanRDesigns wrote: I'm fighting internet explorer here and we just want to wrap up the ember app to not even load if the browser is ember. I have ha a snippet that adds an ie class to the body...
View ArticleCreating an ember command that doesn't exit
@skaterdav85 wrote: I have a simple node script where I run node index.js and it waits and requires the user to Control + C to exit. I want to put this under a custom ember command. I already have the...
View ArticlefilterBy - binding to it from another object?
@OakBehringer wrote: Let me just show a code snippet: import Ember from 'ember'; let PropSvc = Ember.Object.extend({ init() { let promise = this.get('store').findAll('investment-property');...
View ArticleWhere to include client-side js that uses data from Ember-Data?
@amellnik wrote: I have an existing Express/AngularJS application that I am working to port to Ember. This application pulls data from a server, then displays it in the form of a Plotly plot. In the...
View Article