All the keyboard shortcuts for Atom, Apple, Evernote, & Gmail
@jameshahn2 wrote: Just made this Airtable of all the keyboard shortcuts for Atom, Apple, Evernote, & Gmail. Thought y’all might dig it. Airtable Keybindings & Shortcuts - Airtable Explore the...
View ArticlePractical way to use external UI component via ember-auto-import
@medvejonok79 wrote: Hello Community, all the bits seem to be there but I am not succeeding in working out how (especially where) to put them together. My goal is to use an external component that is...
View ArticleCan i open a Modal from specific routes' controller in ember 3?
@SowmyaManohar wrote: Hi all, I am trying to open a modal dialog from ember-models-table delete option, with the specific record being passed, is there any way to do that? Posts: 1 Participants: 1...
View ArticleRun a function from defined on the client side
@IAmAndre wrote: Hi, I’m using a JavaScript library to create some animations, and I’d like know how to trigger these animations from my Controller. This library doesn’t have any npm version, so I had...
View ArticleEmber instance initializer
@harimath wrote: I have following questions regarding using Ember instance initializer inside an addon/engine; Is there a naming convention to be followed for the instance initializer ? At what point...
View ArticleFresh install of 3.5.0 live reload error
@plebeian wrote: Getting this error on fresh install and viewing welcome page: ember -v: ember-cli: 3.5.0 node: 8.12.0 os: darwin x64 Firefox can’t establish a connection to the server at...
View ArticleEmber Releases and Nodejs / Ember Docker Environment?
@GELight wrote: Hi all, Is there exists an overview all Ember versions and what node.js version ist needed? For example: Ember 2.13.0 - Node 6.2 Ember 2.18.0 - Node 8 Ember 3.5.0 - Node 10 My problem...
View ArticleHow can I customize the robots.txt file?
@jfschaff wrote: I could not find any information on how to modify the robots.txt file which is automatically generated in Ember. My robots file looks like: # http://www.robotstxt.org User-agent: *...
View ArticleEmber CLI Mirage - Create mock and use fixture data?
@corrspt wrote: Hi all, I’ve been trying to setup an acceptance test using ember-cli-mirage, but I’ve hit a roadblock. I’ve got a model, called pqr with a relation (one to one) to a model called...
View ArticleMobile Hybrid App, Persisting Routes Across Tabs (routable components?)
@drewcovi wrote: Does anyone have a well tested, or well thought out approach to hosting what amounts to multiple ember apps across various tabs? I’m attempting to build an app with one router that...
View ArticleHow to achieve ArrayController sort functionality from controller in Ember 2.1.8
@Thilina_Dinith_Fonse wrote: I have a model where there are relationships which are async=true and i have multiple properties like that. code is used to do the sorting using arraycontroller where...
View ArticleHow to show multiple model hooks on a component
@Richard_Pantoja wrote: I am new to ember and I am trying to figure how to show different model hooks on a component. I have two models that I want to show in a table. Each model should show when the...
View ArticleImport scss from node_modules into app.scss
@bmurphy wrote: Hello, I’m attempting to upgrade to Ember-CLI 3.5.0 and some previously working import statements in my app.scss are now causing a build error “File to import not found or unreadable…”...
View ArticleYarn workspaces and Ember
@ryanto wrote: Recently I added yarn workspaces to my Ember project and I’ve been super happy with the workflow! I’m able to work on an npm package alongside my Ember application without having to...
View ArticleTrouble building a nav/sub-nav with ember-modal-dialog?
@jameshahn2 wrote: Any ember-modal-dialog experts out there? Trying to figure out how to make these nav/subnavs work together. Have used onMouseEnter={{action (mut showExample) "example"}}...
View ArticleEmber adapter to get a html file (may contain css,js) and then render the...
@light44 wrote: I have a backed api to get a html file content(eg- Somethings). My question is where and how to store this html , so that i can able to render the html on the hbs template. I am new to...
View ArticleAccess the Name of a Closure Action
@vothaison wrote: Hi Everyone, I have read this topic: Getting the name of a function provided to an `action` helper But when I apply it to my code (with Ember 3.4.5 LTS) {{async-button action=(action...
View ArticleEmber this.store.findRecord and setting it using controllerFor will not...
@Thilina_Dinith_Fonse wrote: 0down votefavorite I have a model which im using in a modal model is profile and its look like this. model/profile.js id: DS.attr('string'), firstName: DS.attr('string'),...
View ArticleHow to achieve sort functionality in Ember 2.18.x for Async=true attributes
@Thilina_Dinith_Fonse wrote: I have following computed properties, tempate and a model where there are relationships which are async=true ArrayController is used to sort the people-cards 1st after...
View ArticleAcceptance Test Session Store Ember Simple Auth
@jrock2004 wrote: So I am trying to write an acceptance test for my ember app. I use Ember Simple Auth and in the route I have the following code let session = getOwner(this).lookup('session:main'),...
View Article