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

Ember.js - The Ember Times - Issue No. 83

@jessica wrote: გამარჯობა Emberistas! 🐹 2019 is coming in strong with a staggering amount of RFCs in FCP ⌛, an update on native classes in Ember 🚀, Ember.js Core Team Face-to-Face Meeting 😄, as well...

View Article


How to localize ember-pikaday with ember-intl

@belgoros wrote: Ember-pikaday add-on suggested to use an initializer to translate months and weekdays in their inputs date-picker: // app/initializers/setup-pikaday-i18n.js import EmberObject from...

View Article


Image may be NSFW.
Clik here to view.

Senior Front-end developer (EmberJS)

@Tanguy wrote: Qonto] is the leading neobank for SME and freelancers. Founded by Alexandre Prot and Steve Anavi, Qonto simplifies everyday banking, finance management and accounting. We offer a...

View Article

Include SASS file only in development environment

@ondrejsevcik wrote: Hi, I would like to highlight deprecated css classes in my ember app, but I would like to do it only in development environment so me and my colleagues can fix it over time...

View Article

Problems saving relationships using the Django Rest Framework

@therealbenhogan wrote: Hi, Having spent some time away from Ember, concentrating on Django, I am now trying to save some simple relationships. The backend is provided by the Django rest framework....

View Article


JSON Api Included Relationship Issue

@rkennedy9064 wrote: I’ve been using Ember to interact with a JSON Api project and seem to have run into an issue. I’m displaying related data that’s been included using a normal include query like...

View Article

Image may be NSFW.
Clik here to view.

How to start with testing

@belgoros wrote: I’d like to implement tests in the existing app and don’t know how and where to start from The app is using ember-simple-auth with Implicit Grant authentication: it hits a corporate...

View Article

Image may be NSFW.
Clik here to view.

“I contribute to Ember” with Robert Wagner

@jessica wrote: Hello folks and welcome to the fifth edition of the interview series “I contribute to Ember”, presented by the folks at The Ember Times This week we’d like to highlight the work of...

View Article


Computed property not recalulating on model save()

@therealbenhogan wrote: Hi, I have a computed property defined in the application controller such as this: totalAmount: computed('model.[]', function () { return...

View Article


Ember.js - The Ember Times - Issue No. 84

@ember-blog wrote: ሰላም Emberistas! 🐹 This week we have a new 🆕 EmberWeekly.com, ✨ the new documentation site for Ember Mirage, an introduction to the EmberConf 2019 closing speaker – Sarah Allen 🗣️, a...

View Article

Image may be NSFW.
Clik here to view.

Cannot import Material Design into Ember app

@EUGinsane wrote: Hi, I was trying to import material.io styles into Ember app as following: image.png848×728 44.6 KB I tried to @import "@material/textfield/mdc-text-field"; in app.scss But then I...

View Article

How to get belongsTo object

@wowember wrote: How do you interact with a model’s belongsTo relationships? If I have a model: model-with-references.js export default DS.Model.extend({ referenced_thing: DS.belongsTo('thing'),...

View Article

A possible actions down pattern

@sukima wrote: We all know the infamaus Data Down Actions Up (DDAU) montra and for 95% of the time this is your best tool on your tooll belt. However, there are rare cases when telling a component to...

View Article


Ember.js - Coming Soon in Ember Octane - Part 1: Native Classes

@ember-blog wrote: (This post was originally published on www.pzuraq.com) This is a companion discussion topic for the original entry at...

View Article

Image may be NSFW.
Clik here to view.

How to serialize?

@yuanda wrote: hey guys, I’m new in EmberJS world, and I don’t understand the concept of this serialize stuff. carbon.png1082×1242 100 KB My question is I have the JSON response from REST API like...

View Article


Image may be NSFW.
Clik here to view.

"I contribute to Ember" with Lisa Backer

@jessica wrote: Hello folks and welcome to the sixth edition of the interview series “I contribute to Ember” , presented by the folks at The Ember Times This week we’d like to highlight the work of...

View Article

Version 2.x : How to force a rerender on a component?

@Steeve_George wrote: We’ve been trying to rerender a component on one of our routes. Our current solution is a bit messy. {#if toggle}} {{component}} {{else}} {{component}} {{/if}} We are basically...

View Article


Finding the hovered element

@JimParsons wrote: Say for example, we have a list of items. When I hover over a li, I want to receive the node of the element being hovered. How to do this the ember way? Posts: 1 Participants: 1...

View Article

Ember.js - The Ember Times - Issue No. 85

@ember-blog wrote: こんにちは Emberistas! 🐹 In this week's issue: watch the Ember.js Documentary 🍿, check out the Ember.js core team panel 📹, there's a big update to the guides 📐, a new RFC to deprecate...

View Article

What is the recommended way to shim Object.entries?

@axsuul wrote: Some of my users use Internet Explorer 11 which doesn’t support Object.entries. I’d like to still support that browser but I’m using Object.entries in multiple places within my...

View Article
Browsing all 4836 articles
Browse latest View live