Ember.js - The Ember Times - Issue No. 101
@ember-blog wrote: 👋 Emberistas! 🐹 This week: put your thoughts to paper for the #EmberJS2019 Roadmap RFC 🛣🗺, a new addition to the Learning Team 👏, a sneak preview of ember-query-params-service ❓,...
View ArticleHow to get item from model array in helper
@john123 wrote: Hello, I have a model lets say it property(estate) and it has relation oneToMany for model Images, so at the listing screen I need only one image for preview and I’m trying to pass...
View ArticleCan you share queryParams between routes at the same hierarchy level?
@sorvah wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleHow/Where store big addon data?
@kaermorchen wrote: Hello. I support a small addon ember-mdi which store svg icons in one file assets/icons.svg and render svg icon somthing like <svg viewbox="0 0 24 24" width="24" height="24"...
View ArticleAcceptance Test - Capture DOM Element During Download
@HelloWorld wrote: Hey, I have a button that when clicked initiates a download. Whilst the download takes place, the button’s text becomes “Downloading…” I want to write an acceptance test that...
View ArticlePass object to non-dynamic route
@kfuzaylov wrote: Hi there, I cannot find any information about how to pass any object to non-dynamic route. I have the following route this.route('entity', {path: '/:entity_id'}, function() {...
View ArticleCI/CD plateform choice
@belgoros wrote: I wonder if it exists a list of available CI/CD platforms for Ember app giving some pros and cons and ratings ? Any ideas ? Thank you. Posts: 2 Participants: 2 Read full topic
View ArticleIs there a possible way to recover the original code from ember build?
@Mehak_Fatima wrote: I have an old EmberJS project, I misplaced the code and now only have its build on the production server. Is there a way to revert the build to recover the code, if not completely...
View ArticleEmber-light-table : how to I create a
@vim wrote: HI, I’m relatively new to ember and found the light-table add-on which seems to be able to do all I need. I managed to bring back data from a DB and display it, so the fundamentals seem...
View ArticleCan you log in a user from an external link using ember-simple-auth?
@larryh wrote: Hi, This seems like a really common use case, which usually means there’s a well-known solution (or two or three or…), but if there is, I can’t find it. I have around a dozen browser...
View ArticleSpezify the model at findRecords/query?
@FlorianKrippner wrote: Hej Ember Community , I am trying to get data from by backend in ember. The Data is represented as an array. So i need to use one of the methods thats return an...
View ArticleHow to use functions, events and html DOM in ember?
@Nar_Zantaria wrote: Hi everyone! I,m studying Ember, and I have a few questions to understand the basic principles. I believe that this concerns the key points. Let me show you a little code, which...
View ArticleEmber.js - The Ember Times - Issue No. 102
@ember-blog wrote: добры дзень Emberistas! 🐹 This week: more #EmberJS2019 posts wanted! ✏️, RFC for an alternative to Controllers 🎛, and tips for adding TypeScript 🌟! This is a companion discussion...
View ArticleHow to pass data from different models to component in Ember?
@Nar_Zantaria wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleHow to handle a CSS property of clicked object?
@Nar_Zantaria wrote: Hi people! Tell me please, how to handle onclick action by ID. For example, i’ve something in hbs template: <button id="myButton" {{action "myAction"}} >OK</button> it...
View ArticleBlank Page after deploy to server
@vim wrote: I have an app which runs fine on localhost:4200. After ember build --environment=production with this in environment.js if (environment === 'production') { // here you can enable a...
View ArticleTrying to get rid of observers
@anlumo wrote: Hello, I have a fundamental question about the architecture of my ember app. Currently I use a ton of observers, and when I updated to the latest version of ember, I now get hundreds of...
View ArticleSecurity Headers in Ember.js Application
@Wishwa14 wrote: Does anyone know how can I set security headers in an ember.js application with the following response headers? ‘X-XSS-Protection’ ‘X-Frame-Options’, ‘deny’ ‘X-Content-Type-Options’...
View ArticleEmber: How to destroy and recreate service object
@udhayguru wrote: Hi Guys, I was working on language switching feature for internationalization, i’m using ember-i18n library. i need some idea or some understanding to solve the issue which i’m...
View ArticleCrates.io could use your help!
@chriskrycho wrote: Hey all, the Rust package repository, Crates.io is an Ember app—and their contributors don’t at present have a ton of Ember experience or knowledge. I heard recently from a member...
View Article