Integration Testing components
@tsatsmt wrote: I have a component text-console that I am trying to create an integration test for. Ember v 1.13.8 Usage: {{text-console content=message.title}} hbs: {{content.text}} How can I pass...
View ArticleHi, why i can't see row disapper in the inspector when i delete record?
@1111 wrote: when i delete record from my model i can see in the inspector in the data that the number decreased, but in the right where all the rows from my data, is still show the row that i delete....
View ArticlePassing dynamic query-params as an object in link-to helper
@siva_abc wrote: Hello, I have a requirement as to pass query-params dynamically. I have demostrated my idea here model: [ { "routeName":"laptop", "param": {"color":"blue"} }, { "routeName":"mobile",...
View ArticlePassing routes to components
@spectras wrote: I was wondering whether someone had a better plan for this problem. I often find myself buidling components to list some data. For instance, they will look like: {{article-list...
View ArticleWorried about what Ember 2.x will become
@Emrvb wrote: My primary worry is about how we're supposed to be working with components in templates. In my opinion templates should only be used to define where and how something is rendered. I...
View ArticleBeginner tutorial building an app
@mtangoo wrote: Am a beginner in Emberjs but no JS. Ihave worked with angular previously and would like to use Emberjs in my next project. However I can't yet find a tutorial that takes me thru by...
View ArticleLooking for a touch drag toggle button
@JordanRDesigns wrote: I'm looking for something that looks and functions similar to this bootstrap toggle button http://www.bootstraptoggle.com/ But required the user to drag it to toggle instead of...
View ArticleCSS Struggles with Components
@jesmith wrote: I am working on a new app using the AdminLTE template. One of the struggles I am currently facing is that when I take pieces and break them out into components (like the user-profile...
View ArticleCan't seem to get helper unit test to pass
@JordanRDesigns wrote: I'm not sure what's happening here but I can't get the unit test generated for my handlebars helper to pass, even though it works when I actually test in development. Here is...
View ArticleToggle dynamically generated elements in template
@michaellee wrote: Let's say I've got a list of students. I'm trying to figure out a way to show only a specific student in the list if one of the filter buttons is used. I'm not sure what property to...
View ArticleEmber compatibility with new Zurb Foundation for Sites
@jean wrote: Any hints for a smooth transition to Foundation 6 or a good start for new users? Posts: 1 Participants: 1 Read full topic
View ArticleUpgrading to Ember Simple Auth 1.0 - ic-ajax authorization
@tschoartschi wrote: Hey As Ember Simple Auth is 1.0 now I wanted to upgrade. But I realized that they removed "auto-authorization". We are using ember-cli-ic-ajax and in our application we have many...
View ArticleHow to find relationships of any arbitrary ember-data model?
@shunchu wrote: Is there a way to programmatically determine the relationships of an arbitrary ember-data model? For example: # basket import DS from 'ember-data'; export default DS.Model.extend({...
View ArticleExample of using ember-data in a service
@jesmith wrote: I need to create a service that does data retrieval as it is data that will be used across mutliple routes (user-profile data). I have a service created, and I have the ember-data...
View ArticleApplication integration and ember-cli
@spectras wrote: So I have been thinking of converting our project to ember-cli, mostly in fear of being left out at some point, as development seems to turn more and more towards a total synergy...
View ArticleThe Cost of Frameworks
@rovo79 wrote: Hello, Paul Lewis wrote this great comparative analysis of JS Frameworks and Vanilla JS; The Cost of Frameworks. He used the TodoMVC as a baseline. I noticed he used Ember...
View ArticleWork with records for a modal other than the current routes model
@JordanRDesigns wrote: What would be the ember/ember-data way of creating a record for a record that is not the current routes record? The scenario I have is I have an items route that finds is a list...
View ArticleEmber observer not working when observes property of other controller
@Joao_Calvin wrote: I want to access the IsOpen property that is set in my ApplicationController in my EventsController , but more than that , I want to listen for changes in it , so I'm using the...
View ArticleEmber relationships and mongo relationships
@Joao_Calvin wrote: I'm trying to figure out the best approach to my Ember App. I'm working with two models: events and bookings, and in my database, I structured they totally separate and independent...
View ArticleUsing promises in a loop
@agolovan wrote: I have the following "model" method at my route. I am going thought the collection of transfer objects and do some filtering which is actually removed for simplicity. However, if...
View Article