Quantcast
Browsing all 4827 articles
Browse latest View live

Addon that can inspect and import app code

@Eddie.Sholl wrote: I'm looking at building something that can help to detect code no longer in use in an app. I wrote up some of my ideas at https://github.com/ember-cli/ember-cli/issues/5364. The...

View Article


Details of changes when observing records in store

@Eddie.Sholl wrote: I was wondering if there's any way to access the set of changes that have occurred when observing a set of records in the store. What I had in mind is to be able to highlight rows...

View Article


Ember Coding Style and Naming Conventions

@nagkumar wrote: Is there a detailed (encompassing ember, js, add-on etc ) Naming Conventions and Code Style Guidelines. What is given as Naming conventions in ember at...

View Article

Ember Data Reverse Engineering tools

@nagkumar wrote: We have a very complex Ember Data Model, with no documentation etc.. Are there any opensource or commercial tools, which can generate ENTITY Relationships Diagrams based on the Ember...

View Article

How to use ember data model to fetch data from a json file and display in...

@anaspm wrote: I need help in 1, how ember model is connected with model() hook in router.js 2, how we can save and retrieve data from json file using ember model. 3, where we need to specify the url...

View Article


Store returns ProxyObject when Model.reopen() is called

@Keeo wrote: I would like to reopen Model class. Should be easy, so: // app/app.js import Ember from 'ember'; import Resolver from './resolver'; import loadInitializers from 'ember/load-initializers';...

View Article

Ember Dependencies between multiple controller in latest version?

@vinothwindows47 wrote: In the below version of ember 1.13.0 , We handle easily multiple controller dependencies export default Ember.Controller.extend({ needs: ['post', 'comments'] }); After 1.13.0 ,...

View Article

Show : questionr.com Simple Video Interview app in ember

@mrloop wrote: I've been working on a side project, https://questionr.com, for a bit, through numerous ember upgrades and a painful move from ember-rails to ember-cli, I thought I'd better ship it,...

View Article


Add class after didRender()

@davidpmccormick wrote: I’m trying to animate a component into view by setting an ‘isActive’ property to true in the didRender() method, and watching for isActive in the component’s classNameBindings,...

View Article


Ember Data Model in relation with itself

@ioanszabo wrote: Hi, I use ember cli with ember 2.0. I have a model called node declared as follows: import DS from 'ember-data'; export default DS.Model.extend({ name: DS.attr('string'), alias:...

View Article

Document Fragments in Component Lifecycle

@davearel wrote: I love that components give you methods that run before and after it's been inserted into the DOM. However, is there not a way to access the document fragment that has been built...

View Article

Ember Data - PATCH operation with Internet Explorer 10 & 11

@Craig_Setera wrote: I apologize if this question has been asked and answered before. Unfortunately, the search terms are such that it brings back a lot of conversations that are unrelated. We have...

View Article

Table for ember 2.0

@Kevin_Ramirez wrote: Wondering if there is any new tables for ember. Or does anyone know of any other solutions. Posts: 1 Participants: 1 Read full topic

View Article


What is the difference between const, let, var?

@vinothwindows47 wrote: I don't know where I want to use const , let, var Posts: 1 Participants: 1 Read full topic

View Article

Image may be NSFW.
Clik here to view.

Render template to string

@brayancastrop wrote: I'm using ember 1.13.8 and now i need to setup a controller property that returns an object with a html property Before 1.13.x i could use a View and maybe renderBuffers but now...

View Article


Model relation passed to component not available

@actorius wrote: Hello! I have a trouble with accesing relation on model passed to component/ Model example: name: DS.attr('string'), rel: belongsTo('something') component calling: {{cp m=model}}...

View Article

Best way to enable/disable features in my app?

@Wayne_Douglas wrote: As the title, I don't want all of the features to be available to all users (and in some cases all developers) so that we can release features to subsets of people but also so...

View Article


Ember Cli No 'Access-Control-Allow-Origin' header is present on the requested...

@vinothwindows47 wrote: Hi , I am using Ember cli 2.3.0 and Ember data latest version . My Ember client is running http://localhost:4200 . I want to access server url http://xxx:8777 . How to Access...

View Article

Difference between Ember-Data 1.0.0beta 19 and Ember Data 1.13.15

@nagkumar wrote: Hi, Which verstion of ember data needs to be used for better performance and scale result. I do see Ember-Data 1.0.0beta19 and Ember Data 1.13.15 Regards Nagendra Posts: 1...

View Article

Use ID of belongsTo relation without loading the whole record

@tschoartschi wrote: Hey! I have the following problem: I want to read the ID of an async belongsTo relation without loading the whole record from the server. Background: We have a user model and a...

View Article
Browsing all 4827 articles
Browse latest View live