The Wayback Machine - http://web.archive.org/web/20200527141755/https://github.com/topics/ember-addon
Skip to content
#

ember-addon

Here are 576 public repositories matching this topic...

lacek
lacek commented Dec 16, 2019

Environment

  • Mac OS: 10.14.6
  • node: 8.16.2
  • npm: 6.4.1

1. Test for Ember 2.18

npm install -g ember-cli@2.18
ember new test-ember-2-18
cd test-ember-2-18
ember i ember-bootstrap@3.1.0 ember-angle-bracket-invocation-polyfill@2.0.2

# copied from https://www.ember-bootstrap.com/api/classes/Components.Navbar.html
cat <<EOF > app/templates/application.hbs
<BsNavbar a
christophermlne
christophermlne commented Apr 5, 2019

Environment

  • Ember Version: n/a
  • Ember CLI Version: n/a
  • Ember CP Validations Version: n/a

Steps to Reproduce

On the documenation site, try searching for 'checkbox' or 'input'. Nothing happens.

I've just now realized it's because there were no results for 'checkbox' or 'input'. I'm going to leave this issue open because it does feel like the UX around searching the docs is

sandstrom
sandstrom commented Mar 24, 2020

How about replacing the magic file at app/utils/intl/missing-message.js with a hook on the service?

Something like this:

// ember-intl service
// …
missingTranslation(locale, key, options = {}) {
  return `Missing translation for ${key} in ${locale}`;
}

// …

That hook could be used both to modify the returned message, e.g. by hooking up a fallback message in a specifi

sheriffderek
sheriffderek commented Feb 8, 2018

I don't have ANY Google Tag Manager experience (as of yesterday ;), and so - maybe it isn't addon specific - but I roughhoused with trying to find how to access the GTM dataLayer and wrote all sorts of messes trying to get to it.

If I hadn't just accidentally logged it, I would have kept going down this hole (which was all wrong)

    const metricsAdapters = this.get('metrics.options.
topbloc-beiswenger
topbloc-beiswenger commented Jul 10, 2019

I was unable to find anything in the docs, tutorials, or example projects about how to exactly use watch queries in data-loading components. From the docs, I know that I can use the ComponentQueryManager which will track active watch queries and unsubscribe when the component is destroyed. I also know that watchQuery will return an Ember.Object and can be used in computed properties. What I

AKST
AKST commented Apr 11, 2017

There doesn't seem to be any documentation for the feature outlined in the issue #18, I mentioned it in the issue it self but I feel like tracking that as an issue may be easier if I create a seperate issue.

I've read the documentation a couple of times, but I can't seem to locate any mention of this feature, but I get the feeling there was documentation for this at some point, so if there's a

ghost
ghost commented May 14, 2019

Version of x-select:

^3.1.1

Ember Version / Ember CLI Version:

Ember Version: ~3.8.0
Ember CLI Version: ~3.8.1

Expected Behavior

If one passes in an optional argument to the action on x-select, the order of the arguments received in the action handler will be: 1.value, 2.event, and 3.optional, as per the description in the docs under **Actions and Ac

maxfierke
maxfierke commented May 30, 2019

ember-cli-addon-docs has become a very nice tool for generating documentation for an addon. Benefits include: testability, versioned docs, and an easy-peasy deployment process with CI.

It'll also make it easier to add pages with demos and snippets for various use-cases, as well as breakout the large chunks of docs in the README that are dif

Improve this page

Add a description, image, and links to the ember-addon topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ember-addon topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.