Quantcast
Browsing all 4826 articles
Browse latest View live

How to compute each user price?

@velugu wrote: hai every one i am new to emberjs .i want to compute user price if i suppose to enter 1 user i want to output price=$20 like that if i enter 2 users output price =$40 plz help me thanks...

View Article


How to get into json file in emberjs?

@velugu wrote: hai i have json file in my local how can add that file data into the ember application Posts: 2 Participants: 2 Read full topic

View Article


Could u plz help me how to create price switching label?

@velugu wrote: can any one help me how to create price switching like this http://bootsnipp.com/snippets/featured/sexy-radio-butons in ember Posts: 3 Participants: 2 Read full topic

View Article

Problem with mirage on apache server

@Alessio_Varalta wrote: Hi, I have a simple ember application on a apache server. This application work perfectly on local but when i put on the server I have a problem with the login. My application...

View Article

Static properties throughout the app

@Deepak_Negi_Sunny wrote: Dear Members, I want to access few properties from anywhere in the app, say: myAppName, I want this property in route and components. Please give standard way out to do so in...

View Article


Images in Ember addon project

@harimath wrote: I am developing a project as Ember addon. Where should I place any images for my addon project ? Posts: 1 Participants: 1 Read full topic

View Article

The Native Experience

@Retistic wrote: Recently we were tasked with creating a cross platform native application and chose to go with javascript due to our experience. I think Ember is by far the best client side framework...

View Article

Iterating through the model

@tom1 wrote: Need help with iterating through a model. I am getting the model using this.get('buildings'); in a component. However none of the iteration methods seems to be working (tried forEach,...

View Article


Does exist an Ember certification?

@Rodrigo_Pineda wrote: Hi, I began working with Ember a month ago and I've founded it awesome! I've searched for Ember Certification but I haven't found nothing. Are there any plans for a...

View Article


Force ID Only In Route/Model/Link-to

@bkparso wrote: Hi there, For some routes that show a pile of unrelated data, I believe it is standard practice to use Ember.RSVP.hash({...}) in the model hook of the route. This allows calling more...

View Article

Scroll on image by dragging

@Stijn_Aerts wrote: Hi, I have a image in a div with overflow: scroll defined on it. Now I want to implement that I can scroll on the image by dragging my mouse on it. I tried...

View Article

Looking for a rich text editor

@mrjerome wrote: Can anyone recommend a rich text editor for use with Ember? It needs to support embedding videos that are stored on Amazon S3. Most I've seen only support youtube/vimeo. I appreciate...

View Article

Serializing data with an API that doesn't provide all the info

@accelerate wrote: I'm trying to get my Ember app working with a REST API (using DS.RESTAdapter) that I don't have direct control over, so I can't easily make it fit the standards that Ember works...

View Article


Embedded records only on creation (POST request)

@injaon wrote: Hello everyone! I'm dealing with this problem and I cannot find a nice solution. I've a model with a hasMany relationship. When I create them I want to send in the same request the...

View Article

Ember inspector: render performance, and the Ember runloop

@duncanBeck wrote: Thanks in advance for any help you can give me. We have a complex app, in many ways similar to a dashboard with a search built in. When I check the render performance tab on the...

View Article


How can you have one model with multiple polymorphic associations?

@bschaeffer wrote: I'm getting an assertion error about adding records of polymorphic type that don't inherit from the defined type: Uncaught Error: Assertion Failed: You cannot add a record of type...

View Article

Composite fields for a model ID

@wildchild wrote: I understand that the ID for an ember-data model object can be represented by a single field only. I'm working with an API where there there is no synthetic key - the keys are...

View Article


Binding to a child component causes deprecation warning

@ctusch wrote: When you bind to a value of a child component (using viewName) or when you observe that value in one of your properties you get the following deprecation warning: DEPRECATION: You...

View Article

How to import data from json file to ember app

@Sameed_Baqai wrote: Hello I am kinda newbie and I am looking to import data I have in my own made json saved at public folder. Can anyone help me how can Import data. here is what my data looks like:...

View Article

Possible to get a computed property from DS.Snapshot?

@Baumer wrote: I am using the most up to date stable versions Ember/Ember Data (2.3.1) Is it possible to get computed property values out of an Ember Object that is exposed through the DS.Snapshot...

View Article
Browsing all 4826 articles
Browse latest View live