Notification feature like facebook
@mikeelemuel wrote: what is the approach of implementing a notification on emberjs? The notification what I was talking about is notification like facebook. For example, a pop-up notification will...
View ArticlefindAll hetherogeneous records. Possible?
@beddu wrote: Hi everybody! I am facing this kind of situation: I have several models to describe several different record types. Let’s make a simple, code-less example: the table model which holds...
View ArticleHow to use multiple adapters at same time?
@Chris_Stewart wrote: Say I have the following application.js adapter: import DS from 'ember-data'; import DataAdapterMixin from 'ember-simple-auth/mixins/data-adapter-mixin'; import...
View ArticleHow to define the attributes on my model and how to make a query on my route.js
@mikeelemuel wrote: On my route.js I have a line of code that is return this.store.findAll(auditTrail) so on my template.hbs <tr class="animated fadeIn">...
View ArticleNo get request for related model
@Gen wrote: I’m new to ember, so i’ll apologize in advance if my problem is extremely obvious. I related my two models, pat and txplan on a belongsTo / hasMany relationship, and I’m not seeing a get...
View ArticleEmber error Modified attribute twice in a single render
@harimath wrote: In my Ember app, I have a hbs template defined as below (simply iterates through an array ‘myContainers’ & prints some fields); {{#each myContainers as |row|}} {{my-field...
View ArticleChrome api in ember
@Anjaly_Jacob wrote: How we can use chrome api in ember? Or how we can use chrome api using ember-cli-chrome addon? Posts: 1 Participants: 1 Read full topic
View ArticleInitializer + service + util Google Tag Manager
@kimek wrote: Hi Guys, I have just question about design of util as ember object, using it in service and injecting this service in instance initializer. Is this is ok ? I’m a little worried about...
View ArticleHow to build an model using another model with same data?
@Kobejames wrote: I customize a model X which take different type(a, b, c …corresponding to different model A B C), when I finished the query and get the data back, it is model X, how am I able to...
View ArticleAssertion Failed: The key provided to set must be a string, you passed...
@cassianpry wrote: I have a {{link-to}} that passes an ID to the details.js route. This route findRecord my model passing the {{link-to}} ID. The payload loads all the data, but when the page finishes...
View ArticleContent script in ember chrome extension
@Anjaly_Jacob wrote: Anyone know how to include content script in ember chrome extension? Posts: 1 Participants: 1 Read full topic
View ArticleArchitecture MVC DDAU
@_henni wrote: Hi, currently I am struggeling to get my head around the current architecture of Ember. As I understand Ember was MVC in the past but now is DDAU. In reference to this always routable...
View ArticleEmber Way to implement rss feed through front end only
@RpRoderick wrote: Hello, I am using Ember 3.0 at the moment. Wrote my first lines of code in ANY language about 1 year ago (I switched careers from something totally unrelated to development), but I...
View ArticleStandalone Output
@rohmann wrote: Is there a way to prevent require from being declared on the window? Posts: 1 Participants: 1 Read full topic
View ArticleEmber data doesn't load relationship
@Ruslan_U_Zakirov wrote: match model hasMany room. router’s model hook loads a match and some rooms of this match using store.query(). These are not all rooms of the match, however ember decides that...
View ArticleBuild Error after including a ember-cli-clipboard package in ember engine
@_Kalai wrote: Hi, If I include the package ‘ember-cli-clipboard’ in ember engine which is used in my app and when I run ember s I ran into the following error: ENOENT: no such file or directory, open...
View ArticleIn an Ember `.findRecord` promise, object from parent scope must be cloned?
@MicFin wrote: I am sending an plain old javascript object up with through an action to my route file. In the route file, I am then fetching a record to update it. The .findRecord() method returns a...
View ArticleHow to define the attributes on my model and how to make a query on my route.js
@ultimatelocal wrote: On my route.js I have a line of code that is return this.store.findAll(auditTrail) so on my template.hbs <tr class="animated fadeIn">...
View ArticleUnable to serve ember-cli app with http-serve
@shubmittal wrote: I created a plain vanilla app using ember-cli v 3.0.0 and added a route to it. When I build the app and serve it using ember-serve, all routes are loaded successfully. However, when...
View ArticleAbout the Presentations category
@rwjblue wrote: A place to share and reuse resources for great Ember presentations and conference proposals. Posts: 1 Participants: 1 Read full topic
View Article