Quantcast
Browsing all 4826 articles
Browse latest View live

Execution of an addon at the end of build process

@dkdrk2 wrote: Am trying to develop an ember add-on which needs to be operated after the ember build process has completed and its output file needs to be modified. How can I create an add-on which...

View Article


Production vendor.js not working

@0xbaadf00d wrote: Hello, I’m testing EmberJS, I have created a small application (4 tamplate, 1 model). If I run with ember s, it working very well. I have tested with ember dist too. But when I use...

View Article


Adapters: Best way to add page[size]=ids.length in all findMany or query by...

@tsteuwer wrote: Hey guys, So, the API team has made the decision to restrict all requests to return a max of 10 resources in our JSON API unless we specifically set the page[size]=# param. I’ve spoke...

View Article

How to get all currently loaded related records of a hasMany relationship...

@onsmith wrote: I have a large one-to-many relationship modeled by ember-data hasMany. // models/parent.js export default DS.Model.extend({ children: DS.hasMany('child'), // may have hundreds of...

View Article

Image may be NSFW.
Clik here to view.

Compiling HTMLBars template with ember helper link-to gives an error

@Stefanama wrote: Hello fellow Ember devs, I am trying to do something that might sound unorthodox but! I need to do it… I am trying to compile a handlebars string to a plain HTML string which then I...

View Article


Session handling in Ember

@parekhpiya2002 wrote: Hello All, How to handle session after login in Ember Thanks in Advance, Priyanka Posts: 1 Participants: 1 Read full topic

View Article

Getting Error for ember Simple Auth Authenticators Base

@chary2010 wrote: Hi When I try to run my application I am getting below error, not able to find a solution for it. Uncaught TypeError: _emberSimpleAuthAuthenticatorsBase.default.extend is not a...

View Article

POST action on a server

@emiliogambone wrote: Hi everybody, I’ve got this doubt: I want to send store data remotely in a server in my app, I’ve create my customize adapter and serializer. But i don 't well understand, in the...

View Article


Unbound not working as expected with ember-bootstrap

@williamhaley wrote: https://ember-twiddle.com/8a6aaf6ba703e84e0bafee6efb5bcf0b?openFiles=templates.application.hbs%2C See twiddle above. I am using unbound to attempt to freeze a model. unbound seems...

View Article


Rest model value in form

@Arif_Iqbal wrote: How to reset all model value in ember , if we have model like this export default DS.Model.extend(Validations, { requestID: DS.attr(‘number’), customerNumber: DS.attr(‘string’),...

View Article

Sharing common javascript code / functions between components

@emanuk wrote: Hi there, I can’t figure out how I can share some simple JavaScript functions between components. For example, see below some code for an action inside a component. I want to share the...

View Article

Use Ember Data with API that Doesn't Return Id Property

@MichaelR wrote: Hello, I’d like to consume the Star Wars API with Ember Data. Specifically, I want this call to work: https://swapi.co/api/people/1/. However no id property is returned from the...

View Article

I can't get filterBy to listen

@keanedawg wrote: I’m getting really frustrated. This is my entire controller import Ember from 'ember'; export default Ember.Controller.extend({ department: 'all', level: 'all', filteredPosts:...

View Article


How to return 404 HTTP code with ember fastboot?

@dimas09 wrote: I have the 404 route and if a page is not found FastBoot returns the right page but it’s returned with the 200 HTTP code. How to set the 404 HTTP code for the 404 route? Posts: 1...

View Article

Live search in local storage

@lukasbals wrote: I want to make a live search on my page. But only search in the local data store, without a request to the api. {{input key-up=(action 'search') placeholder="Live search ..."}}...

View Article


[help] how to open SPA(ember app) route in electron

@Zorig wrote: Hi, i am trying to do music player based on electron. When mainwindow loads, system tray injected on taskbar. Then user toggle miniplayer it should redirect to my ember app’s “player”...

View Article

POST Action with custom adapter

@emiliogambone wrote: Hi everybody! This is my adapter for make a post action on the server. I’ve got some troubles to make that! Am i missing something? import DS from ‘ember-data’; export default...

View Article


Modify app.js and vendor.js before the final integrity seal. How to?

@johnunclesam wrote: I need to change something in my final app.js and vendor.js but obvioulsy I need to modify them before the ember-cli-sri integrity...

View Article

Ember-d3 issue. how to use line? or import d3?

@ioanszabo wrote: Hi, I’ve installed ember-d3 and I want to draw a simple line which seems to be a big provocation. They say do this import { line } from ‘d3-shape’, but don’t tell how to use. Then I...

View Article

Image may be NSFW.
Clik here to view.

Introducing ember-observer workflow for alfred

@flexbox wrote: Hello everyone, I am using alfred everyday and I am surprised that there is no workflow for ember-observer. I solved the problem by publishing the repo on GitHub...

View Article
Browsing all 4826 articles
Browse latest View live