Quantcast
Browsing all 4826 articles
Browse latest View live

How to extend DS.Store with custom method?

@vinothwindows47 wrote: How to extend DS.Store with custom method ? Posts: 1 Participants: 1 Read full topic

View Article


Ember Modals - Toggle and best way to structure

@frontEndDev wrote: Super new to Ember and trying to wrap my head around how data is passed from parent components to children and back up so any help is appreciated. My goals is to have two buttons...

View Article


Image may be NSFW.
Clik here to view.

How to detect all the component while reusing the component within a page?

@Jalil_Irfan wrote: Hi, I have created a custom component which allows user to type and also select from a dropdown. The dropdown is a dynamic div. I have managed to close all the open dropdown on...

View Article

Image may be NSFW.
Clik here to view.

Direct upload to S3 - 204 NO CONTENT

@thibaud_denolle wrote: Hi, I tried many different add-on such as https://github.com/tim-evans/ember-plupload or https://github.com/benefitcloud/ember-uploader. My bucket is in London so it accept...

View Article

Choosing between `loading` action and `loading` template

@vmalloc wrote: I am writing an application in ember and so far I'm using the loading substate on the application route to indicate that the app is loading data. This works great when transitioning...

View Article


Ember store.findRecord() returns class instead of object instance

@gattra wrote: I am trying to use ember's store to send requests to the api for data. I am so close to getting it working, but for some reason, the model data doesn't display in the template. I get a...

View Article

How to enable multilingual in ember input filed?

@nivedhithav wrote: An input field in ember should accept all language inputs which needs to be stored in the db. Please anyone know about the feature or any api availabel for giving this support in...

View Article

Image may be NSFW.
Clik here to view.

Ember Sparks – Ambitious UI components for Ember

@t4t5 wrote: Here's a project I've been working on for the last weeks! The idea came after having built many Ember apps, and realising that I was always using the same UI elements with some minor...

View Article


Ember install issues

@ioanszabo wrote: Hi, I want to install some addons like ember-uploader, so I run the following command: $ ember install ember-uploader The command returns: Installed packages for tooling via npm....

View Article


Image may be NSFW.
Clik here to view.

Can't find source of deprecation

@davegoulash wrote: Hi, I've trying to find to source of this deprecation, but can't. Can someone help me? Pasted image1430x634 146 KB Posts: 3 Participants: 2 Read full topic

View Article

Image may be NSFW.
Clik here to view.

Can't get a loading template to display

@mjsauer wrote: I've been trying for hours now to get a "loading" template to display. If I try to manually add the loading route, it says one already exists. If I try to show the template in the...

View Article

Pods: Cam someone confirm.. alive or dead?

@mjsauer wrote: I've been playing around with a pods structure in my new app. In reading posts and threads related to pods, I am getting a mixed bag of feedback that leads me to think that either pods...

View Article

Nested handlebars

@nullnillzero wrote: All, I need to nest handlebars within one another. How would I achieve the following Template 1{{some-helper {{variablename}} }} Template 2{{template1 variablename='someValue'}}...

View Article


This.store.push(data) inserts duplicate objects into the store cache

@gattra wrote: this.modelFor('master.feed').get('feedTracks').removeObject(feedTrack); this.store.findRecord('feed-track', feedTrack.id).then((ft) =>{ ft.deleteRecord(); });...

View Article

Ember addon 2.10

@hellomrbharath wrote: Hello everyone, I am working in ember 2.10 version Addon, I could't use asset image in SCSS file. If anyone resolved this issues kindly reply me. I simply follow the step, 1)...

View Article


Receiving data by clicking on a component

@FrienD wrote: Hello everyone! I am newbie in the world of the development of SPA and apologize in advance for a simple question. I have two models: theme and collection, and they have relations:...

View Article

Receiving model from RESTAdapter

@soanvig wrote: Hi there! Today I began my journey with EmberJS. Been through tutorial and decided to create Spotify-like app (using Spotify API of course!). Basically it works (however the API...

View Article


Routing to an anchor on a different route

@imdanwalton wrote: Hi! I'm relatively new to ember, and am struggling to figure out a way to create a link-to that will route to 'index' then scroll to a particular anchor. When users click on the...

View Article

Use parent property in subroute

@itsmanojb wrote: Here's how router.js file looks : ... this.route('institute', function() { this.route('profile', { path: '/profile/:id' }); this.route('edit', { path: '/edit/:id/' }, function() {...

View Article

Markdown + link-to + i18n + helper functions

@hashg wrote: I'm trying to build a cms system for Indian Farmers (each province in India understand/speak/write a different language) so to keep the data entry simple, I opted for markdown format.But...

View Article
Browsing all 4826 articles
Browse latest View live