Simple-auth session in model
@kgish wrote: Is there a way to access the session object from inside of the model? Posts: 4 Participants: 2 Read full topic
View ArticleQuery Params and DDAU
@Shadamedafas wrote: I'm currently building out a route controller that has a query param that is used to determine the display state of a child component. Basically whether to display the data as a...
View ArticleExample Test Driven Ember App Using ember-cli-mocha?
@danielavila wrote: Is there a good example of an open sourced Test-Driven Ember application using ember-cli-mocha? Posts: 1 Participants: 1 Read full topic
View ArticletransitionTo without URL update
@lodrantl wrote: I am trying to implement a few different error page inside my app. In the application template I am doing the following: error(error, transition) { console.error(error); if (error...
View ArticleHide or show controls Panel, using jQuery Ajax GET
@Rafal_P wrote: Hey guys, I want to create an app that will show controls if user is authorize and hide controls, on the start, and I'm using node.js to answer if the user is authorized or not. That's...
View ArticleResolve sync conflicts in ember-pouch
@Tobias_Wenger wrote: Hello, I'm working on a project which needs offline capabilities and I'm evaluating different setups. I tried ember-pouch and I'm amazed how simple the setup is to work offline...
View ArticleEasiest way to animate transitions using custom CSS3
@v3ss0n wrote: It is easy to use https://github.com/jerel/ember-cli-loading-slider but it is javascript animation and a bit hard to customize. Lets do CSS3 animations with power of ember! lets see how...
View ArticleEmber-cli testing: directory structure
@Ivan_Youroff wrote: Is there way to group tests in subdirectories using ember-cli/qunit?Such as /tests/integration/components/{sub_dir}/some-test.js Posts: 1 Participants: 1 Read full topic
View ArticleHow to get a list of registered helpers?
@herom wrote: I wrote a custom resolver for retrieving precompiled templates/bundles (objects) via (sync) AJAX requests. Now, I wanted to stuff most of the templates which are not included in any...
View ArticleWho should Request Data? component vs route
@AbdullahD wrote: Hi, I was arguing with my college about the best way to handle data. In route (Ember tutorial approach) or in component (The pros of component approach is cons of route approach,...
View ArticlePassing variables
@Prabhakar wrote: I have a component that is used to set or unset a variable showExpense : true,actions: { toggleExpense() { debugger; this.toggleProperty('showExpense'); } but I am trying to acces...
View ArticleCall action from sibling component
@danilovaz wrote: Please, I need help here I have a template schedule (folder): index.hbs Inside this template I have two components:{{filter}}{{events}}Basically, I need to call an action...
View ArticleHow do I access an array that is inside a model - in a controller
@gjhawar wrote: If I have a JSOn which has an array element like model.person = {"name" : "a", "schools" : [ {"id" : 1, "city" : "SF" }, { "id" : 2, "city" : "NYC} ]} And my templates has {{#each...
View ArticleDist build breaks application?
@robertneville73 wrote: Ember 2.6.0 I have an application that works fine when built and run in development mode. When I do a product build (ember build -p) it breaks. The error I get...
View ArticlePoll: Backend technologies
@ZeBaguette wrote: Hello there, I'm curious what backend technologies people use along Ember, mainly what they use for their backend applications. We're using PHP with Symfony2 at my company. Are...
View ArticleEmber Django-Rest Filtering
@rivaxel wrote: Hello Everyone, I am new to Ember and currently having a little problem making it work with Django Rest Framework. When I query for a single record Ember sends a get request to...
View ArticleHow to get value of model in the component for the element of the model array...
@gjhawar wrote: I have a parent component that renders a child component for each element in the model`s array like : {{#each model.teachers.teacherPayees as |teacherPayee|}} {{#detailed-teacher-info...
View ArticleLaravel 5 Customize Serialize Data
@rizkiandrianto wrote: Hello Everyone, First question on this forum.. I'm pretty new in ember, I want to load users, but in my JSON response is: { "total":3, "per_page":20, "current_page":1,...
View ArticleFrames, how to implement multiple frames in ember
@Prabhakar wrote: How to create a model that grows dynamically? Posts: 1 Participants: 1 Read full topic
View ArticleLearning Ember JS
@Prabhakar wrote: I'm very new with Ember... And new to JavaScript as well. Could anyone suggest the best way to learn to implement Ember and build a professional level ember application? Posts: 2...
View Article