Quantcast
Browsing all 4827 articles
Browse latest View live

How does self in a Shim work

@broerse wrote: How does self['marked'] work in this copied shim? It works fine but where can I read how this works? Is it correct? github.com...

View Article


Ember computed properties on array?

@joelpresence wrote: Having trouble with computed properties on an array - they don't seem to update. I'm trying to model a queue backed as an Ember.Enumerable backed by a regular array. See Ember...

View Article


Distribute ember app's dist as downloadable

@breyno127 wrote: I am looking for a way to distribute a simple static ember application as a downloadable package. Imagine a downloadable distributed via version tags on github. A user would download...

View Article

DDAU: readonly attributes still modifiable, just not reassignable

@marcoow wrote: I'm just thinking about guidance to give beginners for implementing DDAU with the current release version of Ember that obviously doesn't enforce readonly attribute assignments for...

View Article

Deploy Ember CLI app to Elastic Beanstalk

@melchoir55 wrote: I just got started using ember for the first time. I'm in the process of setting up development and deployment environments. Development was very easy to set up, and it was pretty...

View Article


Image may be NSFW.
Clik here to view.

Association doesn't resolve client side

@davegoulash wrote: Hi, I'm loading a Match and sideloading a bunch of games. Here's part of my game model: export default DS.Model.extend({ mset: DS.belongsTo('mset'), server: DS.belongsTo('user'),...

View Article

Image may be NSFW.
Clik here to view.

How to load deep nested model on parent route?

@Anh_Pham wrote: I am having deep nested route like this: this.route("projects", { path: "/" }, function() { this.route('project', { path: ':project_id' }, function() { this.route('testcycle', { path:...

View Article

Action bubbling down

@santhoshselvan wrote: In HTML element space, when a child and parent element has separate actions and when the child element is clicked, first the child action is invoked, and then the parent action...

View Article


Web console error not being caught

@Deepak_Negi_Sunny wrote: Dear Members, While working on file upload modules, I got net:: ERR_FILE_NOT_FOUND in web console of Chrome, I tried all ways but I could not find any way to handle this...

View Article


What is "ember generate server"?

@ykaragol wrote: ember generate server: Generates a server directory for mocks and proxies. Is it only working on development? Does it make dirty the production environment? Is it safe to use it on...

View Article

Testing with a loading route

@pvchaumier wrote: Dear all, When no loading route or a loading template is used, all my tests pass but as soon as I add a loading route, some of my tests fail. Do you have any idea how I could...

View Article

Is it possible to create a nested adapter?

@ezy wrote: Am I able to nest Ember Data adapters? For example, say if I have a model //models/site.js with a template //templates/site.hbs and I want to make a custom query() request to...

View Article

Ember - extended controller not overriding property

@yogesharora28 wrote: I have 2 controllers, one extending the other. Have a prop "order" defined in one of them. And need to change value for that in the other controller which extends the first one....

View Article


Google Map Styling

@itsmanojb wrote: Which Ember addon for google map have options for styling the map? I meant I want to use snazzy map styles on the map. How to do it? Posts: 2 Participants: 2 Read full topic

View Article

Image may be NSFW.
Clik here to view.

Native class syntax - discuss

@Dejav wrote: First of all i'm VERY fascinated about EmberJS. This is brilliant framework, but thats obvious. Thank you all for your work. I'm thinking about native classes syntax in Ember. There will...

View Article


Broccoli giving 'ENOTEMPTY: directory not empty'

@accelerate wrote: I recently started getting this issue, and I'm not sure where to even begin to debug this. Basically, whenever I delete a file or directory while ember serve is still running, I get...

View Article

How should i use document db in ember js

@ember009 wrote: I am new to ember JS, I have crated simple ember app,now I want to communicate with azure documentDB.The issue is I don't know from where I can start.i.e. what package I need to...

View Article


Nested child route loses model upon route refresh/reload

@yogesharora28 wrote: I have a nested route, which when refreshed loses the model and displays blank page. Code as below: Router: app.Router.map(function(){ this.resource('main',{path:''}, function(){...

View Article

Image may be NSFW.
Clik here to view.

Nested Route do not render in parent template

@grimaldo wrote: Hi, I'm new into the ember, hope yo can help me: version: 2.10 I'm creating a nested routes but the child routes doesn't render into the parent {{outlet}} let me show my code...

View Article

Ember new app size

@Dirgantara wrote: I installed ubuntu bucket and create a new project but the project size of 150 Mb, Can anyone help? Posts: 2 Participants: 2 Read full topic

View Article
Browsing all 4827 articles
Browse latest View live