Ember foundation sass
@chris1 wrote: Hello, i cannot get foundation to work Steps to reproduce: ember new testapp ember install ember-cli-sass rename app.css to app.scss => all works finde but, then: npm install...
View ArticleHow to call submit on an input form?
@Raphael_FOSSE wrote: Hi everyone, I’ve build a todo-list with a Rails-API. I’ve followed a tutorial, even if it was deprecated, by following the guides and others resources, I’ve succeed most steps....
View ArticleDynamically rendering a component
@Mohana_Priya wrote: I want a component to be re-rendered with different attributes on chaninging a controller property. So, I have my code like, {{#if (eq diffView "type1")}} {{comp/mycomp...
View ArticleConditionally render nested parent route
@Hummingbird wrote: consider the following routes: post: render the details about a post post/edit: renders editable details about the post (this might be quite different from post) post/comment:...
View ArticleCRUD using a modal input form
@Nacho_B wrote: Hi, I have a pretty standard CRUD for clients. The main route is clients.js, and the subroutes are index.js, show.js, edit.js, etc. You know…, mostly the structure learned from...
View Article'todo' was saved to the server, but the response does not have an id and your...
@Raphael_FOSSE wrote: Hi, I’m facing this error since yesterday, Error: Assertion Failed: 'todo' was saved to the server, but the response does not have an id and your record does not either. I know...
View ArticleBroccoli issues with HTML comments
@IAmAndre wrote: Hi, I’ve started learning Ember an hour ago. After following the quickstart guide I’m trying to use it on my current website. So I copied the HTML code into the application.hbs...
View ArticleEmber mirage, return multiple objects
@GregWeb wrote: Hi, I have two objects defined in my mirage config.js they look like this: var campaigns = [ { id: '1', type: 'marketing', name: 'Taylor Stitch - Back in Stock', subject: 'The Shuttle...
View ArticleSend actions from components to controllers
@Oudriss wrote: Hello every one, I am working on an ember project and I am wondrning if I can use components inside others components. In fact, I would like to know if there is a better way to send...
View ArticleQuestions about actions
@IAmAndre wrote: Hi, I’m still discovering Ember and I am confused about the way actions are handled. To be more specific, I’m using a Bootstrap dropdown button provided by the ember-boostrap module....
View ArticleUsing Ember Data Model
@harimath wrote: In an Ember app, is it a good idea to use data models for mapping attributes across different places in the app (in some route/controller/component, etc) I think we need to use...
View ArticleOctober Amsterdam Ember Meetup
@broerse wrote: RSVP for the Amsterdam Ember Meetup on the first Ember{{fest}} day: Meetup Ember Meetup #16 Thu, Oct 11, 2018, 8:00 PM: The next meetup will be on the first day of Ember{{fest}}....
View ArticleAppending/rendering Ember component with non-ember library
@BlueRaja wrote: We use FullCalendar, a non-Ember plugin for displaying a calendar with events on it (think of meeting on the Outlook calendar). The UI of these events can be customized using a...
View ArticleGet Render Performance details via javascript hook
@gokulk138 wrote: The render performance tab of the e-inspector looks cool and will definitely be useful for debugging performance lags. Is there a way I can get those data via a javascript hook in my...
View ArticleEmber cli not giving me latest
@plebeian wrote: Correct me if I’m wrong, but running ember init is supposed to give me the latest ember 3.4.x everything if I’ve updated ember-cli to 3.4.2, yes? I’ve updated global ember-cli to...
View ArticleHow do you deal with large, deeply nested objects in Mirage?
@GregWeb wrote: Every example I’ve seen for mirage (and I just spent half an hour clicking through every repo I found using Mirage) uses a simple flat structure their factories… But I have an account...
View ArticleExamples of Ember apps/addons with Typescript?
@localyost wrote: Hi Everyone, I’ve been flirting with the idea of implementing TypeScript along with Decorators in my Ember codebase. Does anyone know of any open projects that use one or both of...
View ArticleHow to get module option from test command in environment config
@osawyer wrote: When running tests using a command such as ember test --module="Acceptance | example" , how could I capture the module option within the environment.js config file? The aim here is to...
View ArticleEmber Engines (in-repo) duplicate code
@lvegerano wrote: I have an in-repo engine that has a dependency on ember-truth-helpers. The host app also has a dependency on ember-truth-helpers. After a building the app I end up with a vendor.js...
View Articlethis.get('route').transitionTo with values to a different route
@SowmyaManohar wrote: Hi am trying to pass the userId returned from api to forcePassword page, so from that page i can form new data to api with just pwd from user, I am struggling to pass it to the...
View Article