Quantcast
Channel: Ember.JS - Latest topics
Browsing all 4826 articles
Browse latest View live
↧

Ember incorrectly deserializing data from API

@luizkowalski wrote: Hello everyone!So, I've struggling with something that many people also been through, but I couldn't find any solution. I have an API returning data as follows: [ { "createdAt":...

View Article


Controller property not recognized

@NEstryk wrote: in the controller defined statements property : export default Ember.Controller.extend({...statements : [],....}),I try to get this property in function but the property not recognized...

View Article


Ember data + ember models table

@srjpfc wrote: hi, i have a small ember (2.7.0) project where i use ember-models-table (1.8.0) to setup a small table. table contents come from route's model, a simple findAll. table 'rows' are...

View Article

Open pop-up as new browser window in ember js application

@kavitha wrote: Hi all, In our application, we need to open pop-ups as new browser window. So we tried creating the pop-up with window.open() with url as "/#/RouteName". It connects without any...

View Article

Why do Actions functions not have access to the component

@Ben_Glancy wrote: I have noticed that if I have the following: export default Ember.Component.extend({ actions: { clickButton() { this.transitionToRoute('user.roomviewer'); } }}); The clickButton...

View Article


Properties for nested models with foreign keys

@SevenCorners wrote: I am implementing a column sort for a model that nests another model that has a foreign key, and I'm stuck not being able to get properties I can pass into the sort. My data looks...

View Article

Disabling request for one model

@frisco wrote: I have one part of my model that is read only and almost static, it only changes from time to time and I want to preload when the application starts pushing the data to the store but...

View Article

Django DRF + Ember 2.6 related model data from JSON response

@Zorig wrote: I have django app that handle restAPIs with following JSON response, also i have ember app with django-ember-adapter. The problem is i can not get related items in the sub...

View Article


Ember.js 1.13 no longer works in Internet Explorer 8

@mattbearman wrote: This is a bit of a P.S.A, as I've raised it with the Ember.js team, but they said they won't be making any changes to the 1.13 branch. Ember v1.x should support IE 8 out of the...

View Article


Get pointer to controller in click event

@NEstryk wrote: I defined a chart properties in the controller .in the event property the controller property is undefined export default Ember.Controller.extend({ chartData: [{point : {events : {...

View Article

Share buttons for Ember app

@Yaroslav_Poliakov wrote: Is there some plugin for ember for embedding social share buttons? Or common plugin that can be used in Ember without struggle? Posts: 1 Participants: 1 Read full topic

View Article

How to make a 404 router

@ob7 wrote: Hi I am new to javascript sites, I've been using php. I've chosen Ember, and would like to know how do I make a router to act as a 404? I need to show page not found rather than a blank...

View Article

How to display current route as string

@ob7 wrote: I just made a 404 page to catch any unknown routes, I would like to display on this page not just a "page not found" message, but one that includes whatever string used as the route. If...

View Article


PHP Include alternative in Ember

@ob7 wrote: Hi I am new to javascript sites, I've been using php. I've chosen Ember, and would like to know how do I include a template file within another? For example, within my application.hbs I...

View Article

Can I bind style on a link-to?

@joedaniels29 wrote: heres my link-to: {{#link-to "projects.glob" m.id style=(concat "background-color:" m.color.primary)}} ... {{/link-to}} I might be crazy but shouldnt there be some way of adding...

View Article


Adding Loader Before Component is Rendered

@iaskquestions wrote: I have a component that requires a fair amount of DOM change, and I want there to be a loader just on the component when attempting to render the component. The loader should...

View Article

Json-api links and relationship links in ember data

@kavitha wrote: Hi All, I am not able to see any reference on how to consume the data object links and self and related links of JSON-api spec in ember data. Any pointers or references will be greatly...

View Article


What is the best practice of getting element's height in controller

@tmclouisluk wrote: Hello everyone In this case, I have a element which is position:fixed and its top(css) depends on another element's height, what is the best practice of getting that element's...

View Article

Image may be NSFW.
Clik here to view.

How can an Addon extend host app Router automatically?

@Chava wrote: Hi all. New to developing addons here. I'm developing some project specific addons. I need the addons to add routes to the host app when installed. I understand that the addon's /app...

View Article

Why does the ember inflector pluralize cow as kine?

@pb_at_work wrote: I mean, I googled and found out it's the archaic plural. But why does the inflector default to an archaic plural? I'm a little surprised by this...

View Article
Browsing all 4826 articles
Browse latest View live