Quantcast
Browsing all 4827 articles
Browse latest View live

Calling two heatmap layer in ember.js

@dot_three_three wrote: Is there any way of calling two heat-map layer in ember.js inside same template? I even changed the color of one of the heat-map to differentiate between the two but the first...

View Article


window.MyApp not set in production build

@bouke wrote: In a debug build, I’m able to access my current application like this: window.MyApp.[...] However in production builds, this global variable is not set (undefined). Going over the...

View Article


Integrate into existing application

@bouke wrote: I have an existing traditional application with server-side rendering. I’d like to eventually replace the front-end completely with an application written in Ember.JS. However such a...

View Article

How do you import "run" from @ember/runloop?

@alvincrespo wrote: I used to be able to do: import run from 'ember-runloop'; But I can’t seem to find how to do that with the new imports. Anyone know how I can do that now? Posts: 2 Participants: 2...

View Article

Ember Nested Data in JSON Response

@Chris_Johnson wrote: I’m having some trouble accessing some nested data in one of my Ember models. Below is the JSON response… { "fields": { "header": { "name": "header", "type": "text", "localize":...

View Article


Having an issue accessing currentUser data?

@ShaunWMusic wrote: i’m working on pulling in the currentUser’s info to display in template.hbs. i’m not sure where i’ve gone wrong. each user can log in, but I’m not able to access that data to...

View Article

Can I search a function in the official API site?

@chardskarth wrote: I wish I could search a function in the api site. I just want someplace to rant this out. I’m really into learning Ember. Posts: 1 Participants: 1 Read full topic

View Article

How To append Action in component.js

@Amol_Chaudhari wrote: Hello Team , I have created text field dynamically from javascript $(“myDiv”).append(’’) But I also want add action to it like below $(“myDiv”).append(’<input type=“text”...

View Article


Problem with authentication (ember-simple-auth) and jwt

@mapeveri wrote: Hi everyone, i have one problema with ember-simple-auth with jwt. In the backend a i have a api rest with django, the form login work well, but i found a bug in the process. For...

View Article


At what point does Ember learning material become to old to use?

@Rup1 wrote: I’ve been wanting to sign up for emberschool but I notice that for $500 they will teach you ember 2.6 when right now we’re almost at 2.18 and 3.0 is coming out next month(?). The founder...

View Article

How test css indicator overlapping with qunit and ember testing

@chiholiu wrote: One css element is overlapping the comment section, because it has a width of 100% (and the solution to that is to remove the width). Therefore a part of the comment section could not...

View Article

How to design complex filter component?

@dimas09 wrote: I have to create transactions list page for admin. Admin should have opportunity to filter transactions by date range and user. Admin should choose user from autocomplete textbox. So I...

View Article

Two Ember applications using different library versions on the same page

@jorblume wrote: Problem space: Running two different Ember applications that require two different ember versions causes issues. Since the new ember cli vendor js is loaded last, the old application...

View Article


How to use ember.js and struts together

@RAHUL_KUMAR wrote: How to use ember.js for Client Side and Struts Framework for Server Side for an Application. Is it possible? I am Confused! Posts: 2 Participants: 2 Read full topic

View Article

Pointers on how to add pagination to SuperRentals?

@GregWeb wrote: Complete beginner here, I’ve just completed the SuperRentals tutorial! I figure I’d try to add functionality and settled on pagination. I tried implmenting pagination by following an...

View Article


Modifying ember build / serve command options

@CheckDat wrote: Hi, i am currently writing an ember-cli addon that modifies some files before the actual build (using the addon hooks preprocessTree). The behavior of the plugin is controlled via...

View Article

Parcel application bundler

@teejay wrote: I just came across https://parceljs.org/ and I instantly thought this could be a great improvement for ember cli build times. Has anyone tried this out yet ? Cheers Thomas Posts: 1...

View Article


@each not updating computed sum value

@knu2xs wrote: In a route with an array model, I need a couple of summary statistics available. These summary statistics need to be updated based on values typed into numeric input fields. I have...

View Article

Included data not sideloading

@tarponjargon wrote: Is it obvious to anyone why my ‘product’ data is not side-loading? I am seeing separate API requests to /product for each cart-item. My cart-item model is: export default...

View Article

Converting linkt-to to html string

@GELight wrote: Hi, Is there a possibillity to generate a list of comma seperated links to render all links inside a “intl” localization key? Example: I have a lot of categorys like “freetime, family,...

View Article
Browsing all 4827 articles
Browse latest View live