Calling all who code. Take the 2023 Developer Survey.

Questions tagged [ember.js]

Ember.js is a component-service application framework written in JavaScript. Consider making your question easier to answer by using the preconfigured templates mentioned in this tag's wiki. (Always specify version of ember used when describing your issue)

Filter by
Sorted by
Tagged with
0 votes
0 answers
10 views

Having trouble with QUnit test in ember because of Toast-ui-Editor, cannot find the solution

I'm currently working on an emberJS project, and I have a random global failure whenever I'm running tests (QUnit). We've been working on it since few days with a colleague, and we found out that it's ...
  • 11
0 votes
0 answers
17 views

npm - same dependency version getting different dependencies tree

In my two projects, I have defined devDependencies for optional-features as "@ember/optional-features": "^1.3.0", But when I do npm ls after npm install in both projects, I get ...
  • 8,327
0 votes
0 answers
29 views

Highcharts setting wrong translate position for bar dataLabels

I'm using Highcharts to display a bar chart, and a dataLabels at the left for positive value and left for negative value. as shown in below image The problem here is that when the bar data value is ...
  • 15
0 votes
0 answers
28 views

EmberJS Model relationship not updating

Let's say I have a company that contains n employees. From my Ember application I add a new employee using a POST to the server. Assuming everything went okay, I know want my company.employee list to ...
0 votes
0 answers
10 views

my data from different adapters is stored in a single model how do i store them in different models

Ember Data: cli 4.12 I have created 2 modles user and repo and 2 adapters with same name user and repo also 2 serializers with same names. I am calling store.findAll 2 times in a single route's model ...
0 votes
0 answers
22 views

moment-timezone returns undefined while using embroider compat build in ember.js

Original Error cannot read properties of undefined (reading 'load') error TypeError: Cannot read properties of undefined (reading 'load') created moment-timezone.d.ts file and type added for moment-...
0 votes
1 answer
21 views

How to update an environment variable based on another environment variable in Ember JS?

I have a use-case wherein in environment.js, we have an environment variable - isMobile which by default is set to false and channelCode is set to WEB. let ENV = { isMobile: false, channelCode: &...
0 votes
0 answers
28 views

Nothing is getting displayed on webpage while using ember.js

I am building a simple web application using ember.js ,but in the webpage ,nothing is displayed ,in the console the following error is being displayed.I am using mirage as the back end rsvp.js:26 ...
0 votes
0 answers
28 views

Adding elements to DOM from Chrome extension corrupts EmberJS app [duplicate]

There is a ul present in ember js and I am trying to manually insert another element into it. However, once I do it, almost the entire application stops working and DOM elements start behaving ...
  • 679
0 votes
1 answer
27 views

Ember-ace not works on clear ember project with ember-infinity installs as dependency

Can someone explain why ? I have no warnings in console. So, i need ember-infinity for my project, but don't know how to force to work ember-infinity with ember-ace. Using ember-infinity: 2.3.0 and ...
  • 41
1 vote
0 answers
26 views

In Ember, in resetController function, why is transition undefined sometimes?

I am using Ember 3.16 I have an Ember application which has multiple routes. For one of the routes, let's call it route x, I need it to reset only when it leaves the page. So I use resetController and ...
0 votes
1 answer
55 views

why .pushObject method is undefined in ember

"model.pushObejct is not a function" error. i am trying build an to do list app..and while updating an object it says model.pushObject is not a function. <ul class="hand"> {...
0 votes
1 answer
46 views

How do I successfully use jquery in emberjs

I'm attempting to change the value of an ember 'Input Helper' whenever a separate 'Input Helper' is clicked. The array of js objects is displayed in a child component as is the two Input Helpers the ...
0 votes
1 answer
52 views

this. Get( "object. Value") not working properly in ember.js

Sometimes this.get("object.value") not working properly in ember.js. But this.get("object").value is working. Any reason? this.get("object").value = "values" /...
  • 1
0 votes
0 answers
52 views

Loader.js MissingModule at runtime after upgrading ember-auto-import to v2

My app is on v3.28 of Ember. After upgrading ember-auto-import from 1.12.0 to 2.6.0 (and adding webpack 5), I'm getting a missingModule error from loader.js for dependencies of my app's addons. I'm ...

15 30 50 per page
1
2 3 4 5
1597