Add component to App from addon in development mode
@teejay wrote: Hello build an addon which creates a user-interface for mirage scenarios which lets switch between scenarios in development mode. Currently you need to add a component to your...
View ArticleRemoving whitespace with angle bracket syntax
@francesconovy wrote: With the curly brace syntax, you can do something like this: <span> {{~#link-to 'my-page'}}text{{/link-to~}} </span> To remove unwanted whitespace. Is there a way to...
View ArticleEmber Test and Multiple Proxy Paths
@dlindquist-egistix wrote: We are currently using Ember with multiple backends, and thus require multiple “proxies” – for example: any traffic to /backend-one needs to get proxied to...
View ArticleCode samples in tutorial
@brucou wrote: I have a quick question about the octane guide preview. There are code samples here, which are amazingly formatted, with highlights of lines of codes, and diffs a-la-git, and I was...
View ArticleBest practices when it comes to delete mutation with Ember Apollo client
@mupkoo wrote: Hello I am currently playing with ember-apollo-client and I was wondering what are the best practices when it comes to delete mutations. Posts: 1 Participants: 1 Read full topic
View ArticleUnable to add ember modules to existing app
@mojo wrote: Hi guys I am trying to add pikaday to an ember app and everytime I add the code, everything disappears. I have tried it on a fresh new app and it works just fine, but everytime I add it...
View ArticleEmber.js - The Ember Times - Issue No. 118
@ember-blog wrote: Happy fall 🍂, Emberistas! 🐹 This week: Podcast: The New Ember with Mike North 🎙️, listen to 2 podcast dpisodes with Leah Silber 🎧, celebrate Ember Madrid on stage at Codemotion 2019...
View ArticleHow to override the adapter headers that get sent in the ajax request?
@LuisAverhoff wrote: I came across something weird behaviour a couple of days ago in ember-data(I’m using 3.12 without ember-fetch or ember-ajax). So I have this headers object in my application...
View ArticleFail to use ember-test-selector and qunit-dom
@belgoros wrote: I’d like to test the display of a label in a template defined as follows: # address.hbs {{#if model.isNew}} <div class="card border-danger mb-3"> <div class="card-header"...
View ArticleUsing ember-intl with ember-cli-flash
@Daniel_Restrepo wrote: Hi, I am trying to use internationalized messages for flash messages on my components. I am doing it like this: import { t } from 'ember-intl'; export default...
View ArticleEmber Search App
@hollecar wrote: Hi I’m starting this the same as 99% of all the other posts on here. I’m new to Ember.Js . I’m building a Ember app that queries an API that I built in Node.js. The node.js api/app is...
View ArticleCompiler error using "on" event handler
@larryh wrote: Hi, I’m using 3.13 and trying to modernize my code with decorators, tracked properties, etc. So far, so good, but I am having a problem with the new “on click” event handler format....
View ArticleEmber.js - The Ember Times - Issue No. 119
@ember-blog wrote: ✌️ Emberistas! 🐹 Read the blog post on handling Promises and UI states with Ember.js 🔄, learn how Ember has helped Intercom evolve since 2014 📖, a mutable future with Ember Octane...
View ArticleComputed property does not update when nested dependent property changes if...
@Akash_D_Souza wrote: Twiddle: https://ember-twiddle.com/706dc2003c71ffee87e85a87f467b1ef?numColumns=2&openFiles=controllers.application.js%2Ctemplates.application.hbs I have a computed property...
View ArticleTrying to get a Helper return a string from a JSON-object using 'fetch'
@LichtZinnig wrote: Hi, I’m new to Ember (and fairly new to JS and programming altogether). I’m trying to create a Helper called random.js that will fetch a JSON object from an external API, and...
View ArticleReplacing strings in templates with a reference to a 'dictionary' file
@Abuelo wrote: I’m currently half way through working on an Ember app (currently 3.12) and I’ve hit across the idea of replacing my hardcoded strings in templates with a reference to a centrally...
View ArticleWill ember-animated replace liquid-fire
@greyhwndz wrote: Can ember-animated replace liquid-fire? Posts: 4 Participants: 4 Read full topic
View ArticleEmber.js - The Ember Times - Issue No. 120
@ember-blog wrote: 🏄♀️ Emberistas! 🐹 Ember Bootstrap 3.0.0 Released 🎉, dive into Octane features with EmberMap 📚, learn about ember-engines 📝 , and help wanted for Ember Octane linting rules 🤖! and...
View ArticleHow to pass strings from a component to its parent handlebar or controller
@sarangsbabu wrote: I want to pass some values from my component to its parent controller or to its parent handlebar. How can i do this?? Posts: 1 Participants: 1 Read full topic
View ArticleParent route's model do not refresh when it's child route transition back to...
@whynot wrote: Hello. I am trying to" not use" ember data to build a simple demo. parent route: /list child route: /list/:object when I delete a object in child route, and transition back to parent...
View Article