Questions tagged [ember-1]

Major Version 1 of Ember.js. Ember.js version 1 is an MVC application framework written in JavaScript.

For more general information about the Ember.js framework, please see the tag info for ember.js

25 questions
1
vote
1 answer

3-rd level serialization of embedded objects

ember, ember-data 1.0, rails, rabl I have next json returning from server: { "day":{ "id":5, "expenditures":[{ "id":10, "expense_type":{ "name":"Very Sad", "id":2 …
Arugin
  • 1,931
  • 2
  • 13
  • 17
0
votes
1 answer

Ember-CLI v0.0.44 project not building with a "Use of const in strict mode." error message

I need to update a template in a fairly outdated ember project (its about 5 years old) but I'm unable to build it. Here is the working environment: Nodejs v0.10.46 (via NVM) NPM v2.15.1 Ember-CLI v0.0.44 Ember 1.8.1 Bower Here are…
visualjeff
  • 31
  • 1
  • 3
0
votes
0 answers

How to override JavaScript methods

I'm trying to learn Ember framework and I found this sample code in the Ember documentation.I'm new to JavaScript and please help me to understand how the following output was received. Person = Ember.Object.extend({ say: function(thing) { var…
BenSV
  • 139
  • 4
  • 13
0
votes
0 answers

How can I use the same name for singular and plural form in Ember?

I have a type media. I would like to use that name for both the singular and the plural forms. but I am struggling to figure out how to do so. I imaging it is by adjusting Ember.Inflector but I have sent every variation at it that I can think of…
Matt
  • 2,795
  • 2
  • 29
  • 47
0
votes
1 answer

EmebrJS + CKEDITOR error while adding links using its dialog box

Type of report Links adding with CKEditor in chrome 78.0.3904.97 gives an error of following and i have checked latest firefox also and i can reproduce this link.js?t=J8Q8:27 Uncaught TypeError: Cannot read property 'length' of undefined at…
0
votes
1 answer

I am attempting to upgrade from ember 1.7 to 1.13

I am trying to upgrade from an ancient version of ember 1.7 to the still ancient 1.13 and I am getting .js errors. I am not well versed with ember, to begin with, so all the help I can get will be appreciated. I changed all instances of the code…
0
votes
3 answers

Ember 1.13 upgradation

I'm upgrading the code from Ember 1.0.4 to Ember 1.13. When I'm execute the below code using ember 1.13 I'm getting the error title: Ember.computed('content.title', 'managedObject.isHome', 'managedObject.finalManagedObject', { set:…
Scott Don
  • 127
  • 11
0
votes
1 answer

Need to switch tab automatically once the search is complete

I need to switch the particular tab once click the menu button from another tab. I'm having two tabs (having more than 5 tabs depend upon operations) name called "search" and "content". In the "search" tab, I'm having the option called "view…
Scott Don
  • 127
  • 11
0
votes
1 answer

Dialog box is not fit for the screen on multiple selecting files

I'm having dialog box with the upload files for the folder, when I'm selecting the multiple files (more than 25 files approx) for the upload, the dialog box getting increased the length to the bottom and scroll bar is not showing to scroll down to…
Scott Don
  • 127
  • 11
0
votes
1 answer

EmberJS "Building an App with Ember.js" error routing

I use EmberJS 1.0.0 RC3. Those files are based on this tutorial: http://www.youtube.com/watch?feature=player_embedded&v=Ga99hMi7wfY#! (from emberjs.com/guides/). My index.html is: