Ember-data and json-api: why handle relationships client side?
@midget2000x wrote: I'm finally getting into ember data and the json-api standard. I say I have a rudimentary understanding of them (stay tuned for just how rudimentary)... I am having a hard time...
View ArticleThe new Glimmer.js
@t4t5 wrote: https://www.glimmerjs.com/ Really looking forward to using this! Posts: 4 Participants: 4 Read full topic
View ArticleDisplay route error handler and update URL to the failed page
@thomaswelton wrote: I'm developing an offline first web application using a service worker.When offline if a user clicks a link then here is what currently happens.... The route model hook fires. The...
View ArticleAdd / Remove class on click
@Neewd wrote: Hey, It's maybe a newbie question but I'm looking for a solution since this morning. I've two inputs, and I want to add or remove a class when the focus, or the blur is triggered.But...
View ArticleBlink from loading (isPending) to resolved. Why?
@johnunclesam wrote: This is my ember-twiddle that explain the entire situation: https://ember-twiddle.com/758a294c26d4f66b201462c997f79e57 My problem is the loading message. My posts are sideloaded...
View ArticleProblems displaying hasMany relationship with JSONAPI adapter
@kgish wrote: For my model I have defined a hasMany and want to display in the show template the model attributes as well as the list of hasMany items below it. My problem is that for some weird...
View ArticleNested html select
@Yanis_Zakhovskiy wrote: Hello, i have 2 models: // models\departament.js import DS from 'ember-data'; export default DS.Model.extend({ name: DS.attr('string'), project: DS.belongsTo('project'), });...
View ArticleUsing nested routing in ember
@prao wrote: Hi I know this question already posted many times in the forum. I need some clarification from the experts. I have setup a project to read data from external API. Few methods in the API...
View ArticleUsing jquery in ember
@prageethmadhu wrote: I wanted to follow ember js rules thoroughly.but I am novice to ember js so I am struggle to find ember standard way of doing coding. Is it ok to do some jquery code inside ember...
View ArticleEmberfire : Attach datas to the users
@Neewd wrote: Hey, Another newbie question ... I am sorry. I read a tutorial about Emberfire and I need to store more datas from the user than just mail and password. I get the user id, and I created...
View ArticleDraw a table for playing sea battle
@polin11 wrote: You need to draw a table for playing sea battle. The first line of the list of letters, I did it. The first vertical column consists of numbers (1,2,3,4,5,6,7,8,9,10), it gave me...
View ArticleEmber cp validation
@bhabani wrote: I am new to emberjs v2. 11, I have to work with ember cp validation to validate my ember app. Could you please mention step by step to make a simple validation with ember cp. Posts: 2...
View ArticleBubble up variable from helper
@frsechet wrote: Hi,I'm creating a helper that replaces part of a string with an input.Something like this: lorem ipsum %s test => lorem ipsum _______ test Then I would like to use that input's...
View ArticleUploading datas (picture, files ...) in models
@Neewd wrote: Hey, I'm a newbie in Ember and Firebase. I try to find some explanations an tutorials around Ember Data , Firebase for the uploads of datas. I have a model for the user, and those user...
View ArticleDeleting record in Ember
@mahaniff wrote: I have a table (a component) and a delete button in each row. When the the delete button is clicked the specific row should be deleted. Tried the following code: MyComponent.js import...
View ArticleIssue with ember build "[BABEL]: the code generator has deoptimised the...
@gautam wrote: Hi Everyone, I am new to ember app and trying incredibly hard to scale the learning curve. I have been at it since the last 6 months, have learnt a lot and a lot remains still....
View ArticleFetch nested relationship data fails
@devtoro wrote: I cannot fetch nested relationship from the store of my ember application. The relationship is as follows: project <=> client <=> offices. Versions: Ember: 2.12.0Ember...
View ArticleAccessing sideloaded data in route and template
@midget2000x wrote: I'm tinkering with how to load related product and category data in the same request (using RESTAPI not JSONAPI...sorry!). I am able to perform the sideloading just fine, but for...
View ArticleSize of npm packages in ember project
@Scott_Newcomer wrote: Is there a way to list out an npm package's size? I have a few addons that I would like to investigate, but was looking for a clean way to get it's contribution to the overall...
View ArticleRESTAdapter Issue?
@markw wrote: Hi, I'm learning Ember to put a front-end on a web app I'm building. I'm very comfortable with back-end services, but it's been a long time since I did any front-end work. I'm planning...
View Article