Quantcast
Channel: Ember.JS - Latest topics
Browsing all 4826 articles
Browse latest View live

Ember test command with multiple filters

@osawyer wrote: I am currently setting up a testing script for use in my CI and I am executing tests using the --filter option of the test command. When I filter by test type - --filter="unit" for...

View Article


In repo-addons dependency management

@lvegerano wrote: Hi all, When you have in-repo dependencies like addons that depend on other in-repo addons should the dependency be listed in their respective paths array in package.json. app |_...

View Article


How does one configure an Ember project to use the LTS channel?

@jezra wrote: I have a project that I would prefer to have stay on the LTS channel, and I’m trying to determine the best way to go about doing so. Is there a way to configure ember or npm to stick...

View Article

What are other teams doing about localized bulk content?

@Lupestro wrote: So we have an application that does all kinds of neat stuff and we end up with help dialogs for a lot of it. Some of the help dialogs are small - a simple paragraph or two. Others are...

View Article

Circular dependency when building with ember build but i dont know where to...

@sirijo wrote: Hello I Just noticed yesterday that when building my project (ember 3.3) with ember build, i have à circular dependency warning displaying on the console. The same happens with ember...

View Article


How to just build for an environment other than production

@belgoros wrote: As Ember CLI docs say: " Ember apps can be built with only three environments: development, production, and testing." The question I have is: is it possible to just build an app for...

View Article

Ember Drag and drop implementation

@abhishek wrote: Hi, I want to implement the drag and drop functionality in an Ember application. The user should be able to drag or copy a file and paste just as in outlook for an attachment and send...

View Article

Ember 3.6: any new reasons one might see "Uncaught Error: unreachable"

@Hummingbird wrote: Has there been any other recent cause for the following error other than reusing html elements inside handlebars expressions? I am dynamically calling the same component via...

View Article


What is the right method to pass coordinates from model to mapbox component?

@reticulan wrote: Hello! I have mapbox map in my component: {{#mapbox-gl class='map-container' initOptions=(hash pitch=30) as |map|}} {{#map.source options=(hash type='geojson' data=marker) as...

View Article


Sarkari Results

@TEL_Promotion wrote: Sarkari Results Posts: 1 Participants: 1 Read full topic

View Article

Need help with the ember data problem

@Shubham_Gupta wrote: Any attribute in the controller is not changing after the refresh also, the detailed problem I have mentioned on the stackoverflow...

View Article

Live reload not working properly, ember-cli 3.6.0

@EUGinsane wrote: Hi, I am new with ember, currently I am using ember-cli 3.6.0 and live reload is not working properly, it only reloads automatically when I remove or add files, but it does not when...

View Article

How to load value of data using links on JSON payload

@inagreen wrote: Hi all, I’m doing a little project to load some images from Nasa’s image API. I’ve created an image model with ember data and managed to load the following data using external API...

View Article


Store a global variable from ajax call

@dca123 wrote: I have a list of years in an array format [2018, 2019, 2020] that is returned from my back end. Right now, i’m using a setup controller to make the ajax call and set it as a value to be...

View Article

How to create build for project and a addon

@Suren wrote: I’m creating an addon and i’m linking it with my project using npm link…but my addon is a seperate project if i create build for my project it doesn’t works for my addon package…i want...

View Article


ModelFor Issue in Engine's Routes

@kishoreyuvan wrote: Hi all, while working with modelFor in my engine, I got an issue. I have an engine ‘settings’ on my host Application. The settings’s routes.js looks like, this.route(‘users’,...

View Article

Image may be NSFW.
Clik here to view.

Production minify css is different form development

@Julian_Chiu wrote: development layout Screen Shot 2019-01-04 at 4.07.53 PM.png1812×1058 47.1 KB production layout Screen Shot 2019-01-04 at 4.08.07 PM.png1836×664 25.4 KB Hi I been develop web app...

View Article


App.css link not getting set correctly

@wowember wrote: When running ember build --environment production all my assets build fine: Built project successfully. Stored in "dist/". File sizes: -...

View Article

How can I sort or filter my Model

@Rossi_Rasloff wrote: I have a user Model and some action in the Controller, but I want to sort the result. can some one help me out ??? Blockquote indent preformatted text by 4 spaces export default...

View Article

Using a jquery plugin

@lvegerano wrote: Hi all, I’m trying to update an to to 3.5 but I’m having an issue with JQuery. The plugin is bootstrap-tokenfield, and is being imported in the app via `app.import, but when the page...

View Article
Browsing all 4826 articles
Browse latest View live