Quantcast
Channel: Ember.JS - Latest topics
Browsing all 4838 articles
Browse latest View live
โ†ง

Are model attributes and relationships autotracked?

I remember reading somewhere that model attributes and relationships are autotracked, but I canโ€™t find any documentation on that. It does however seem to be the case when I change model attributes or...

View Article


Use ember without ember-cli

I am new to ember. I want to use ember without install ember-cli. How to do that? What is file structure? 1 post - 1 participant Read full topic

View Article


How to get parentView in new EmberJS Octane

in two component in octane, how to process some logic with child and parent component? 2 posts - 2 participants Read full topic

View Article

App using Ember 1.6 and Ember Data 1.0.0-beta needs to be updated to use...

There is a legacy application at my company built on Ember.js 1.6 Ember Data 1.0.0-beta.8.2a68c63a Handlebars 1.3.0 jQuery 2.1.1 Obviously this application should have been updated with newer versions...

View Article

How to import the bootstrap in in-repo addons and engines

I am working on a project where Iโ€™m trying to import the bootstrap in the in-repo addon that will contain the shared styles and make the styles accessible to the host app, the engines, and the...

View Article


How to do Phone masking

I have a Phone number field that I want to do masking for, can somebody please help me in this regards? I am using masked-input like this, but still its not working. {{masked-input mask=โ€™(999)...

View Article

Ember.js - The Ember Times - Issue No. 157

๐Ÿ‘‹ Emberistas! ๐ŸนLexasCMS releases official support for JSON:API and more ๐ŸŽ‰, Deprecation Stages RFC is out ๐Ÿš€, tweaking UI behavior with Ember Data queries ๐Ÿ“, learn what reactivity means with an example...

View Article

Unset a query parameter

I have been unsuccessfully trying to remove a query parameter from the url, the browser displays. I found a post here in the forum, that I am able to remove the query param, if I assign a default...

View Article


How to fix template linting errors (i.e. no-action) for classical components

I upgraded my app from Ember version 3.0.0 to Ember 3.16 (edition Octane). Now I have lots of template linting errors and want to know how to continue. I cannot migrate all components to...

View Article


Synchronising query parameters with a component

Hi, Iโ€™ve built an input search component that Iโ€™m pretty happy with. The component contains an html input element, and performs a JSON API style search using the text value in the input. Iโ€™m currently...

View Article

How to create templates in different files in ember1.10?

I am using ember 1.10. If i run my ember app it only takes templates which are wrote inside the index.html it doesnโ€™t take templates which are created in another file. How can i solve it? Thank in...

View Article

Components as the first item in the Pods folder

I hope this question is not seen as frivolous or pedantic, but Iโ€™m wondering whether there is a way to have the Components folder appear first under the Pods project structure. It just feels out of...

View Article

Image may be NSFW.
Clik here to view.

Manual Pagination in Ember Data Relationships

Hey folks I asked a question in Discord a few months back about this but it didnโ€™t get any response To be honest it is completely fair because it is a bit of a sticky issue and this is a better medium...

View Article


Ember.js - Ember 3.20 Released

Today the Ember project is releasing version 3.20 of Ember.js, Ember Data, and Ember CLI. This release of Ember.js is an LTS (Long Term Support) candidate. LTS candidates prioritize stability over the...

View Article

Ember Octane and 2-Way-Binding. What are you recommend?

Ember 3.20 still has the Input-Template-Component <Input @value=this.value /> which changes the value of the parent-component? Whatโ€™s your recommendation for new Octane apps? Should we use the...

View Article


Why do I not need to mark the property as tracked?

Howdy, I have a somewhat classic piece of functionality: I have a (native) text input that needs to update a property on its context, as follows: <div class="mt-1 relative rounded-md shadow-sm">...

View Article

Ember Engine as self contained

Hi, Is it possible to have the ember engine with the required templates, adapters, models, serializers, test etc within engine itself. 1 post - 1 participant Read full topic

View Article


Ember.js - The Ember Times - Issue No. 158

๐Ÿ‘‹ Emberistas! ๐ŸนEmber 3.20 Released ๐Ÿš€, a series of blog posts on ember-modifer and its internals ๐ŸŽ‰, detect when Ember components enter or leave the viewport ๐Ÿ”, a blog post and RFC on Ember.Component ๐Ÿ“–,...

View Article

Image may be NSFW.
Clik here to view.

How to handle POJO's, regarding tracking, properly?

Please consider following use-case and please let me know your thoughts //routes/user-edit.js export default class EditUserRoute extends Route { model() { // i.e. GraphQL Request, which returns a POJO...

View Article

setSourceDestroyed with ember 3.20

Hi, I updated my project to the newly released Ember 3.20. and I get the WARN: DEPRECATION: setSourceDestroying is deprecated, use the destroy() API to destroy the object directly instead [deprecation...

View Article
Browsing all 4838 articles
Browse latest View live