Temporary Fix for ember-data bug
@broerse wrote: I have run into an ember-data bug that is not solved by ember-data 2.11.0 yet. If you see strange extra records in ember-data that sometimes disappear after a browser refresh you can...
View ArticleSolved: How to create an Ember Addon that provides a customizable bootstrap...
@roberkules wrote: I created an Ember Addon that basically contains CSS that we want to share across projects. The first step works:creating a ember addon with SCSS and then being able to import that...
View ArticleAn endpoint with relationships with a data property and links property?
@joshuairl wrote: I'm having this issue where it's trying to fetch records based on the data and the links property of the nested records returned from my endpoint.Honestly, I only want it to perform...
View ArticlesetUnknownProperty
@ofridagan wrote: I'm trying to run some code whenever a new property is set on an object.I tried: var MyObject = Ember.Object.extend({ setUnknownProperty: function(k,v){ runMyCode() return; } }); I...
View ArticleSetting value on controller from route leads to undefined when accessed from...
@Hummingbird wrote: I was trying to set a value on a controller from the corresponding route, however I was running into way more issues than I expected. routes/group.js: export default...
View ArticleEmber 2.7.0 server issues (no ember-cli-build.js found)
@tchan28 wrote: Hey, I'm trying to follow the tutorial using Ember 2.7.0 but am having issues when I try to initialise the development server. I get this error in the terminal: No ember-cli-build.js...
View ArticleReflexive Association
@Harun_Tuncay wrote: Hi everyone, I am trying to implement "follower/following" relationship. app/templates/users.hbs--------------------------- {{#each model as |user|}} ... <button {{action...
View ArticleUpdate textarea value
@frsechet wrote: I have this code here, and in a component, a textarea that I would like to prefill with a value that I get from intentsService. my-component.js: export default...
View ArticleChoppy component animations during render
@em.b wrote: Using Semantic UI's ember library for integration. I have a route where multiple components reside. One component has a couple actions that have related animations, specifically switches...
View ArticleAn attribute that can accept both API response and computed
@Jeffrey_Cheung wrote: Hello, I am using the following version of Ember: DEBUG: ------------------------------- DEBUG: Ember : 2.8.2 DEBUG: Ember Data : 2.8.1 DEBUG: jQuery : 2.1.4 DEBUG:...
View ArticleUnable to use store in ember-simple-auth
@omerjerk wrote: I'm using ember-simple-auth for authentication in one of my application. However, after logging in when I refresh the page, the session is lost.The Readme says that I need to use...
View ArticleBaas,Daas,Paas, or Custom Backend Framework?
@Harun_Tuncay wrote: Hi everyone, I have prior knowledge with Rails but, i find it easier to work with Firebase. I was wondering what is the real difference between using a backend framework like...
View Article'Promise' is not defined
@williamhaley wrote: I bootstrapped my first Ember app today and created a service to call my login REST API and retrieve a user. I'm using Promise with my AJAX calls. My code works properly when I...
View Article2.5X Smaller Angular 2 Applications with Google Closure Compiler. And for...
@jonnysam wrote: By chance I found this article, we can do anything for our dear Ember 2? I'm a new bye at all. UglifyJS is making for us what Google Closure Compiler make in this article? Posts: 1...
View ArticleHow to create reusable component in Ember 2.10?
@Enterpub wrote: I have a web application with couple pages, each uses Ember app with different components for different logic. But I came up to 1 component is going to be absolutely same for all...
View ArticleCreating an asynchronous component test with mocha/chai
@dfalling wrote: I'm trying to figure out the proper way to make a component integration test that involves asynchronous behavior. I seem to bounce back and forth between "calling set on a destroyed...
View ArticleIs there a clean way to set up nested routes without rendering parent routes...
@Hummingbird wrote: I know that I can use nested routes which don't render the parent routes, if I don't use templates/myRoute.hbs , but templates/myRoute/index.hbs. However, this leads to another...
View ArticleMargin / Padding when creating an app from 'ember new'
@Ken_Perregaux wrote: I am new to ember / html / css and am having a hard time after creating a basic new ember app using 'ember new'. The body of the app seems to have a left margin / padding that I...
View ArticletransitionTo() not applying 'active' class to link-to elements
@em.b wrote: I am calling transitionTo() from within a route's willTransition() action hook under certain conditions. I provide transitionTo() an argument that references a nested route, e.g....
View ArticleBower is going the way of the dodo
@elahn wrote: Yay, ember-cli/master no longer requires bower: Lazily install "bower" if required. And soon we'll be ditching npm in favour of yarn, exciting stuff. Posts: 1 Participants: 1 Read full...
View Article