Questions tagged as 'ember.js'

2
answers

EmberJS: Use ESLint instead of JSHint

I'm using EmberJS v1.13 and currently running ember test uses JSHint to detect possible errors in the code and I need to tell Ember to use ESLint instead. Any ideas on what I should do?     
asked by 18.12.2015 / 22:38
1
answer

Ember js execute javascript when the html is loaded

I am new to emberjs and I am trying to add the template link but I have a problem with the menu because when clicking it does not display the submenu. I already found out why the submenu is not displayed: when you add the click event from J...
asked by 11.03.2017 / 19:11
0
answers

Can you convert project Angular2 to Ember?

I have a project with angular2 and when I execute the command    $ ng build -w I get an error    You have to be inside an ember-cli project in order to use the build   command. Can an existing angular2 project be converted into an...
asked by 11.01.2017 / 11:10
1
answer

Ember js firebase upload error when uploading file

Hi, I have a problem when wanting files to firebase, it sends me the following error, I do not understand why it tells me to add in mirage / config, I do not use that.    assert.js: 36 Mirage: Your Ember app tried to POST ' link *** * .appsp...
asked by 13.11.2016 / 00:22
1
answer

Problem about emberJS and polyfills

I clone an ember project and when running it throws me the following error: loader.js:247 Uncaught Error: Could not find module '@ember/polyfills' imported from 'radio/initializers/viewport-config' at missingModule (loader.js:247) at f...
asked by 15.02.2018 / 14:03