Changing a property of a session
@rivaxel wrote: Hello Everyone, I do have a login-page component like this, in which I try to set the username property of my session service to username provided by the login form when...
View ArticleEmberJS How build a dynamic filtering
@Charles_Bourasseau wrote: I have a list of items which can be sorted, filtered and queried. Sort them is quite easy: var ToDoList = Ember.Object.extend({ // using standard ascending sort...
View ArticleUnit testing using ember-qunit controller action, accesses the store and methods
@tahir182 wrote: I have built a small Ember App. It has a controller which has an action named changeStatus(id). This method access the store and try to change an attribute value. I am relatively new...
View ArticleStrange behavior in ember 1.13.*
@Alexey.Bedonik wrote: hi guys, can anybody help me with one strange issue? I have a controller ApplicationController with controllerInt and controllerString properties.And I have a component...
View ArticleAPI design of components for rendering HTML tables or tabular data (like...
@les2 wrote: On the API design of components for rendering HTML tables or tabular data (like ember-light-table, etc.). Most of these APIs (if not all) require you to pass a configuration object...
View ArticleSaving a record sends the pluralized value for type attribute in PATCH request
@smartreference wrote: I am developing a simple TODO manager application in Ember using ember-data and JSONAPISerializer. I have the following model which represents a task app/model/task.js export...
View ArticleRetrying successful transition
@dashambles wrote: Hi all: I posted a question to stack overflow about the pretty common "pattern" of saving an attempted transition containing a rest call in the model hook, sending a user to login...
View ArticleEmberJS future projects
@Radoslav_Benes wrote: Are there any big noticeable apps planned to be built with EmberJS? Most of the noticeable apps in Embers portfolio were built in 2014/2015. Posts: 1 Participants: 1 Read full...
View ArticleHow do I make vendor.css to be generated inside assets/css instead of assets?
@asuraphel wrote: I have tried doing app.import('bower_components/font-awesome/css/font-awesome.min.css', {destDir: 'css'}); without any effect. Posts: 1 Participants: 1 Read full topic
View ArticlejQuery document.ready callback
@Demiurg wrote: Hi!I'm an Ember beginner and need some help. I have main template in app/templates/application.hbs And I need to add jQuery handler to one DOM element. What shall I do? Posts: 4...
View ArticleHow do I use Ember without controllers?
@alidcastano wrote: Ember, from what I've read, is moving away from controllers in favor of components. But the documentation from what I could find doesn't really describe how to perform similar...
View ArticleBuild for PHP framework
@NicholasJohn16 wrote: I have an Ember app that's part of a component for a php framework. Currently, whenever I build a new version, I have to copy all the js and css files over and manually update...
View ArticleHow do I build Ember to use as portable? (be able to move to any folders)
@vee_winch wrote: I had built Ember in production environment but it have the rootURL every where in link and script tags. For example: The HTML there were built works fine, nothing wrong. But if I...
View ArticleHosting ember app inside web project (Asp.net MVC)
@niconel wrote: After much struggling I got my ember app to build for production. I need to serve this app inside an asp.net mvc project, so placed all in my dist folder inside a root folder in my mvc...
View ArticleResolving promises multiple times (or rather not)
@PhilRykoff wrote: Hello! I am currently implementing an IndexedDB based local cache for my data to speed up the overall performance. In an ideal world, the data would first be shown from the local...
View ArticleEmbed tag src attribute prepends unsafe: in ember js
@webdo_mane wrote: I am trying to use an embed tag and provided a dynamic url for the src attribute <embed src="{{mediaUrl}}" type="{{mimeType}}" /> But when the page is opened I get <embed...
View ArticleImproving minified stack traces ie stacktrace.js
@Eddie.Sholl wrote: Hi all, I was wondering if anyone had any experience getting better stack traces out of the ember global error handlers? We have a dedicated API endpoint where we post client side...
View ArticleNo errors and no data either using vanilla PHP json
@tjnine wrote: Hey ya'll, It's good to be back, it's been about a year since I have used Ember and PHP together and all my working examples were lost (yes backup your backups). Anyway, I have my very...
View ArticleEmber CLI - How to use a util function in a template helper function?
@fknoll wrote: What am I doing wrong here? I define a util function isXDefactoEqualY. I use this util function to define a template helper isXEqualY. When using this template helper in a specific...
View ArticleLanding Page with Ember
@sedouard wrote: Hi there! I'm sort of second-guessing my decision to use ember for the landing page of my app. I wanted to get some input from others on whether you use a statically generated page...
View Article