issues Search Results · repo:emberjs/guides language:CSS
Filter by
568 results
(57 ms)568 results
inemberjs/guides (press backspace or delete to remove)From the README:
Notice: This repository is deprecated
We have been working hard to make it much easier to contribute to the Ember Guides over the last 6 months. As part of
this process we have re-architected ...
- jenweber
- Opened on May 11, 2018
- #2343
The following block of code suggests that Ember starts indexing at 1, which isn t the case:
import EmberObject, { computed } from @ember/object ;
const Hamster = EmberObject.extend({
excitingChores: ...
- jal90
- 3
- Opened on Apr 5, 2018
- #2319
- locks
- 3
- Opened on Mar 23, 2018
- #2308
The explanation for creating belongsTo/HasMany records is a bit sparse. Could use more detail about the order the
records need to be created in and how they re being associated.
- jenweber
- 2
- Opened on Mar 23, 2018
- #2307
This page in the guides talks about actions, but doesn t cover some major gotchas around where actions should be put and
where they can be passed.
Examples:
- An action defined in a controller can ...
- jenweber
- 2
- Opened on Mar 23, 2018
- #2306
With the release of Ember v3.1.0, we will be able to use optional features, as explained in
https://emberjs.com/blog/2018/02/16/ember-3-1-beta-released.html#toc_introducing-optional-features. A new Optional ...
- locks
- Opened on Mar 22, 2018
- #2304
In Ember v3.1.0, you can now omit .get to retrieve computed properties.
Tasks
- [ ] Update code samples to remove .get where that is possible
- [ ] Explain the situations where .get is still required ...
- locks
- Opened on Mar 22, 2018
- #2303
As I was reading through Models: Relationships Polymorphism section, I noticed that the app/models/payment-method-cc.js
is missing the last4: DS.attr() declaration. The immediate following example, app/models/payment-method-paypal.js, ...
- rickypowell
- 1
- Opened on Mar 20, 2018
- #2297
It might be worth improving the high level diagram shown on the core concepts page to explain more clearly the greater
Ember app lifecycle. Details on some confusion on this can be seen here ... https://stackoverflow.com/q/48887818/334913 ...
- acorncom
- Opened on Mar 17, 2018
- #2293
I was looking at the guides for computed properties and saw the section talking about brace expansion for dependent
keys. The example shown is:
fullName: computed( {firstName,lastName} , function() ...
- sbatson5
- 2
- Opened on Mar 17, 2018
- #2291
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.