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

Simple Auth redirect

@ShadowKnight95 wrote: Hey so I have simple auth and I want my index page to be only for users that are logged in and instead of redirecting them to the login page I want them to be redirected to my...

View Article


Ember-data adapter that uses query string params

@midget2000x wrote: Brand new to ember, so I apologize if this is overly newb. I'm trying to get some data to my store from a JSON API that takes query string parameters (it's a search engine). so for...

View Article


Helper cannot be found

@johnnyicon wrote: We just started experience this issue on a new developer coming onto our project. So it's working on all previous developers' environments, but not on this new one. This is the...

View Article

`Ember.deprecate` causing stack overflow

@johnnyicon wrote: We've just setup our project on new developer's computer, and this started happening: DEPRECATION: When calling `Ember.deprecate` you must provide an `options` hash as the third...

View Article

Front end for search - having a hard time with data store concepts

@midget2000x wrote: I have an existing search app I built on the server-side that uses elasticsearch results processed and jsonified by python/flask. On the client side, it's using JS/jQuery and...

View Article


Best way to sort array by async relationship attribute?

@konrad wrote: Lets say I have three models:- A: contains items property which is a hasMany relationship to B- B: contains details property which is a belongsTo relationship to an instance of C- C:...

View Article

Tutorial: Building a Complex Component: Test error 'no model found'

@Sinrise wrote: This can be deleted. I didn't actually have a model. I must have accidentally skipped that part. Apologies. Posts: 1 Participants: 1 Read full topic

View Article

How to render a template to html on component?

@weizeyan wrote: now, i need render a template with ArrayList data,return the html string. didInsertElement : function(){ var html = render("templatename.hbs", { list : ["a", "b", "c"] }); } Posts: 1...

View Article


Add class to ember wrapper div

@gattra wrote: The wrapper div that gets generated around all of my ember routes is messing up my styling. Is there a way to add styling to the wrapper div, class name: ember-view? Posts: 1...

View Article


Ember doesn't include authorizer in request.Authorization fails

@Harun_Tuncay wrote: Hi, i have an ember/express app and i am currently working on authenticaiton.I have implemented a 'jwt' based authentication.I thought it was working since...

View Article

App design: managing complex state with sticky queryParams

@midget2000x wrote: I'm new to ember and my first project porting a search filtering app from javascript/jquery to ember. The old app's "controls" were: search filters, pagination, sorting and page...

View Article

Ember-cli, Ember, and Ember data versions sameness

@Swizz540 wrote: Hi everybody, I am back again into the use of Ember for a web application for internal company use.Considering the use of the 2.8 LTS, this raise in my mind a truly basic question. Do...

View Article

How to use a forked addon

@hugoruscitti wrote: Hi!, i want to use a ember addon but with some changes mines. I don't know if the addon manteiner will merge my pull request (i hope that he will do soon) but in the meantime, i...

View Article


Make clicked button look active, other buttons should look inactive

@ousikaa wrote: Hi everyone, So I have a group of buttons and each button is its own component. When I click on a button component, I set its 'isActive' property to true, which will add a class to...

View Article

Image may be NSFW.
Clik here to view.

Uploading images with Emberfire

@BobrImperator wrote: Hello, I am having a trouble with proper image upload.I am currently somehow doing this with image-drop plugin, but file's URL is a few thousand characters long, then I saw that...

View Article


Sorting model issu

@ioanszabo wrote: Hi, I want to sort a list of users. import Ember from 'ember'; export default Ember.Controller.extend({ sortProperties: ['first_name:asc', 'last_name:asc'], sortedModel:...

View Article

Using promises in a route's model

@nullnillzero wrote: All, I'm trying to figure out how I can use dynamic data from a promise in a model then return it to a template using handlebars. Right now I've got this myroute,jsexport default...

View Article


Problems implementing models and connection to an API

@emberdev123 wrote: Hey everyone, I have some trouble connecting my application to my API. The application is based on a dashboard theme...

View Article

Reopen in Ember 2.11

@leonardo wrote: I have the following code in an Ember 1 app: MyAPP.reopen({ ready: function() { this._super(); var ChapterView = this.__container__.lookupFactory("view:course/left-nav-chapter");...

View Article

Using ember.object to manage QPs - is this a reasonable approach?

@midget2000x wrote: Strap yourself in for a mega-newb post!! Still learning ember. I like it, but I'll admit, I'm struggling. v0.1 of my search-filtering app was spaghetti so I'm trying again from...

View Article
Browsing all 4826 articles
Browse latest View live