Questions tagged [ember-addon]

Extensions for ember.js applications

ember.js addons are specific extensions for ember.js applications.

To find ember.js addons have a look at these listings:

To develop ember.js addons have a look at these resources:

93 questions
0
votes
0 answers

Ember app Installing npm dependencies in a host app

I am referring to the below blog link and have a very specific question; https://simplabs.com/blog/2017/02/13/npm-libs-in-ember-cli.html I am referring to the section "npm dependencies" Basically this is a host app trying to use a child addon & it's…
copenndthagen
  • 49,230
  • 102
  • 290
  • 442
0
votes
1 answer

Combine Addon Vendor Files During Ember CLI Build

Say I have three custom Ember addons... addon-a addon-b addon-c I want each addon to contain its own vendor/translations/ folder containing different JSON files for each locale. addon-a vendor translations en.json es.json …
Kameron Kincade
  • 514
  • 1
  • 7
  • 18
0
votes
2 answers

I am getting errors while installing ember add on ember-cli-tutorial-style,

enter image description here below versions of node, npm and ember-cli i am using... ember-cli: 2.18.0 node: 8.9.4 os: win32 ia32 npm : 5.6.0 please guide me how to address this kind of issues
0
votes
1 answer

Ember CLI "Blueprint" for Creating an Addon

I have been wanting to create Ember addons that adhere to my company's structure and have some pre-formatted files. For instance, I would like... The addon spacing to default to 4 spaces instead of 2. The package.json file to contain certain…
Kameron Kincade
  • 514
  • 1
  • 7
  • 18
0
votes
2 answers

How to embed one ember application in another ember application?

I am having a small ember application and I need to embed this into another ember application . How can I do this embedding ?
Mervin V
  • 9
  • 5
0
votes
1 answer

How to open the dropdown of Ember Power Select from outside?

As the title says, we would like to open the dropdown of the Ember Power Select (http://www.ember-power-select.com/) from outside, i.e., from a parent component or the route's template. As far as we have checked, there is no way to trigger the…
Patrick Hammer
  • 1,172
  • 14
  • 25
0
votes
1 answer

ember-power-select cannot type in it

I'm wondering if this is really an issue with ember-power-select, but I cannot type in it. The dropdown can be opened, but there is no display. This is a template in which I call my component:
maje
  • 424
  • 3
  • 17
0
votes
1 answer

How to pass a function in selected from ember-power-select

I have an Ember.js application, and for a form in it, I am using ember-power-select. I already used that addon, but I have some problems with how to configure the selected element. As the title say, I am asking for help with how to configure the…
maje
  • 424
  • 3
  • 17
0
votes
1 answer

Ember-simple-auth how to depend on it in an addon?

I am developing several webapps, and so, I decided to create an addon with all the ccs and bootstrap, moment and other addons to be reused. One addon I want to use in my foundation addon is ember-simple-auth. I declared it in as dependency, but is…
lpinto.eu
  • 2,077
  • 4
  • 21
  • 45
0
votes
0 answers

ember-cli-chart addon is not working

I've downloaded ember-cli-chart addon from emberaddons.com I followed the screencast but as soon as I refresh the page it gives me error "ember-chart is not a helper". I looked up the internet but unfortunately found nothing. It seems to me that…
Abdul-Elah JS
  • 685
  • 1
  • 16
  • 36
0
votes
1 answer

Use ember-intl along with ember-i18n

I am using ember-i18n for translation. I installed ember-intl for formatting date in the application. Both addons have same helper {{t 'hello.world'}}. How could I use ember-i18n for translation and ember-intl for date formatting alone ?
0
votes
1 answer

How to render page on demand ( for a pdf) using byte-range request?

I use Ember PDFJS addon to render a pdf document. (https://www.npmjs.com/package/ember-pdfjs) It uses byte range request but requests go on for the entire pdf document. I want to preload few pages say 5 at first and then load pages as user requests…
Srinithi
  • 21
  • 4
0
votes
1 answer

Filemanager component for ember cli

I need to implement file management functionality and tried to find some addon to reuse it but unfortuanlelly have found nothing for ember. Is there some addon for ember like angular-filemanager or any file management addon? thanks
0
votes
1 answer

ember-select-2 issue while using type-ahead with Ajax Queries

I'm using ember-select-2 as a typeahead in ember application.the problem is i can fetch the data from the server but the data isn't showing in dropdown.any help would be appreciated.Thanks in advance. {{select-2 placeholder="Choose from our…
Vivekraj K R
  • 2,418
  • 2
  • 19
  • 38
0
votes
1 answer

How to override properties of a add on in ember

I wan to use ember-models-table addon and set the default values for customIcons and customClasses so I have added a component called form-table app/components/form-table.js and added the following code to it import modelsTableComponent from…
Zardaloop
  • 1,594
  • 5
  • 22
  • 43