Ember
Ember is a JavaScript framework that uses a Component <-> Service approach to building applications. It is mainly used to build web-based applications, but can also be ported over to build desktop applications.
Here are 1,282 public repositories matching this topic...
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Mar 27, 2021 - JavaScript
By default ember-cli updates a number of the "app trees" to be from tests/dummy when developing an addon locally. We do this for app, styles, templates, public, and tests trees (handled inside lib/broccoli/ember-addon.js).
Unfortunately, we do not forward the apps vendor tree to tests/dummy/. This means that our addon's treeForVendor is called, but then subsequently clobbered by the "apps
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
Feature Request
If you don't set your environment's URL options, generated URLs will contain example.com which is only handy if you're working on the new example.com.
Is your feature request related to a problem?
This comes up frequently on Discord, even though it is documented: https://docs
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Oct 2, 2020
Is your feature request related to a problem? Please describe.
I understand Ember Inspector is for the development and Debugging phase. And I am of the opinion that, having access to the private (by convention, underscore prefixed) fields/property is a very useful feature when hunting for problems like why a certain computed property based on other field and property have an unexpected value.
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Mar 21, 2019 - HTML
-
Updated
Apr 19, 2021 - JavaScript
It got lost early in some v4 release candidate. Original content could be found here: https://github.com/kaliber5/ember-bootstrap/blob/b711738bba95fd9523e573e5e314f4cf7257f93f/addon/components/base/bs-button.js#L183-L191 It could be used as a starter.
Reported by @rwwagner90 here: kaliber5/ember-bootstrap#1110 (comment)
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
Apr 23, 2021 - TypeScript
-
Updated
Apr 19, 2021 - JavaScript
Created by Yehuda Katz
Released December 8, 2011
- Organization
- emberjs
- Website
- www.emberjs.com
- Wikipedia
- Wikipedia
What's the problem?
I have successfully customized my storybook with
addon-themesand created the dark style for div with a.docs-storyclass.I tried to style the "show code" button on the docs tab without luck via CSS in preview-head.html.
The problem is that there is no unique CSS class to scope (only dynamically generated classes):