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

Hide Application Template

@iaskquestions wrote: I have an Ember project and there is a template under application. So, it would look like app/application/template.hbs. This template contains the website's navbar and has an...

View Article


Personal, generic, javascript code. Where to put? Application component?...

@jonnysam wrote: I'm using Ember 2.7.0 of course with ember-cli. I come from Rails, I used to put in "assets/application.js" all my javascript like, for example: var ready = function () {...

View Article


Removed image hashing on build?

@Holmes89 wrote: Is there a way to stop the images from getting a hashed suffix on production builds? I'm loading static images from a json file and getting 404s on the images. Posts: 3 Participants:...

View Article

Adding Bootstrap theme to Ember application

@kamillacrozara wrote: Hey there. I'm learning about Ember and I just found this awesome theme that I would like to use on my application. The problem is that I'm struggling to integrate it to my app....

View Article

Get params component from other component

@SnurnicynKonstantin wrote: Hello!I have such structure in router.js this.route('provider', { path: 'provider/:provider_name' }, function () { this.route('forms'); }); In provider/route.js import...

View Article


Passing data from query to eventual handling of response in serializer

@vro wrote: When executing a query on my store, I'd like to pass some extra data through to the normalizer that runs on the corresponding response from the server. This isn't metadata that the server...

View Article

Image may be NSFW.
Clik here to view.

String as ID with RESTadapter

@bjerh wrote: Hi ember devs I'm trying to use a guid-ish generated Id for some of my models. A given ID would be something like: "A7GEVNNEIF34GFE743EFDNJ432". Fetching the data into the data store...

View Article

Ember as part of a serverside app

@sabarasaba wrote: Hello, I've got a problem and I'm not sure the solution I found is the best solution to it. I have an express app that serves a bunch of pages, in one of those...

View Article


Browser back button and loading state

@mao wrote: Hi. I'm trying to use loading substate template as described here https://guides.emberjs.com/v2.4.0/routing/loading-and-error-substates/ After user has clicked a link, this substate...

View Article


Asserting number of renders

@ManuZenou wrote: Hi all, I wrote a controller that holds a list, and by clicking a "get more" button, renders 5 more items of that list. I want to create some tests for that, and I want to validate...

View Article

Ember retrieve image through didInsertElement

@Alessio_Varalta wrote: Hi, I have an Ember application that use select2. I have to punt inside the select2 the flags associated with the nation but when I upload the dist folder on apache the image...

View Article

Ember Data Serializer TypeError while saving record

@skoslitz wrote: I am using JSONAPISerializer/JSONAPIAdapter for my backend(JSONAPI spec conform). All GET requests are working fine.I have issues with saving records. While saving a record the...

View Article

Best way toto query records that is pushed into store in realtime . (can't do...

@v3ss0n wrote: my goals Push records to store when event source recives data Query the records , to filter them live. Display in realtime. here is my EventSource service: import Ember from 'ember';...

View Article


What ever happened to Glimmer component / Angle Bracket Component / HTMLBars...

@joedaniels29 wrote: at some point, this feature was supposed to land. What ever happened. Can anyone point me to the discussion of this feature, or why it disappeared? thanks! Posts: 3 Participants:...

View Article

Accesing nested REST resources with RESTAdapter

@BScharbau wrote: Hello, I'm trying to access a backend API with nested resources, i.e. I want to be able to query an endpoint /company/:slug/employees, with slug being a unique identifier. However, I...

View Article


Inspect object in handlebars

@Alessio_Varalta wrote: Hi there is a command to see the attribute of an object in handlebars for example {{object.inspected}} Posts: 3 Participants: 3 Read full topic

View Article

Is it possible to successfully implement Accelerated Mobile Pages (AMP) into...

@danielwalton wrote: I'm a complete newb when it comes to Ember so I'm wondering if it's at all possible to implement AMP in and ember application before I get started. Any feedback would be greatly...

View Article


Simple Auth for CouchDB

@broerse wrote: Just added Auth to my Bloggr Example. http://bloggr.exmer.com/https://github.com/broerse/ember-cli-bloghttps://github.com/martinic/ember-simple-auth-pouch You can login with user test...

View Article

Best way to group model items by a property

@subpixel wrote: I'm trying to group items (e.g. posts) on a given route by a property (e.g. category). I envision showing a lists of categories, and up to 10 of the most recent posts per category....

View Article

How is ember-welcome-page/ember serve's index.html so different from...

@Anthony_Alba wrote: Newbie question: How does ember serve with ember-welcome-page serve up such a different landing page than dist/index.html? ember new new-app ember serve (look at source of...

View Article
Browsing all 4826 articles
Browse latest View live