Quantcast
Browsing all 4826 articles
Browse latest View live

How to validate Required validation on Select list element in ember cli

@snehalchavan wrote: I am using ember-model-validator which adds validation support to Ember-Data models. I am giving it a presence: true validator but even when I do not select anything, I am still...

View Article


Model Data Sorting/Ordering

@yoshie wrote: I have a question about re-ordering the model data. So we have product data returned from our API that is in a specific order. But there are instances in our application where only some...

View Article


Trying to upgrade to 1.8.1 and stucked with views

@prymas007 wrote: My app is pretty outdated, so I'm trying to upgrade (step by step from 1.6 to current version) On upgrade to 1.8.1 attempt I've got: DEPRECATION: Resolved the view...

View Article

How to build a sitemap?

@Samshel wrote: Hello there, been searching around about the topic but there seems to be zero documentation about this for Ember 2.0+ The only addon out there is this Ember-cli Sitemap with the latest...

View Article

How to use fastboot with third-party "DOM" plugins

@oskar wrote: Hi, how do you deal with NPM modules that require DOM? I'm trying to use fastboot on a website but a gallery plugin naturally fails without a DOM. I've seen ember-cli addons doing like...

View Article


Using Ember in embedded context - Possible to halt or pause the app?

@bttf wrote: We're currently building our Ember app inside the context of our legacy app. There are cases where we navigate away from the app, and the URL is updated by outside javascript. Ember still...

View Article

Generated unit test for application serializer fails

@kashiif wrote: I generated application serializer in a vanilla ember-cli 2.4.3 project: ember g serializer application but now the generated test tests/unit/serializers/application-test.js is failing...

View Article

Image may be NSFW.
Clik here to view.

[Resolved] Getting access to the route's model in a Controller upon init

@tsteuwer wrote: So here's my scenario: I load the route, and generate a model. I need to check that model to see if it has certain properties, if it does I need to: -- Request more information....

View Article


Examples of Mixpanel in open source Ember apps

@amyrlam wrote: I'm looking for examples of Mixpanel usage in Ember apps. (Or other analytics tools, like Google Analytics.) I was originally using an addon, but our team decided to scrap the addon....

View Article


Image may be NSFW.
Clik here to view.

An ember-cli test stub that's erroring

@DaveEveritt wrote: We haven't written any of our own tests yet (so this is from ember-cli's test stubs) but on running /tests in the browser, the following error occurs: slug: it works (1, 0,...

View Article

Adding inclusion of hasMany relationship while creating a record

@rishirajdev wrote: Hi guys, I am creating a crud operation and I already created rest api in golang and revel.Now I am integrating frontend as ember.I have two models one is user and another is...

View Article

Fastest Filtering Method

@aricallen wrote: I have a simple app that utilizes an ember data model and a input field to search for and display matches. On load the page is drawn with each model in a series of rows (roughly a...

View Article

Is Ember.Object.willDestroy method called after recalculating a computed...

@Henry wrote: hi guys, I have the following question: when a computed property that creates Ember.Objects is recalculated, shouldn't the old Ember.Objects created call their willDestroy method? I have...

View Article


Image may be NSFW.
Clik here to view.

How to use example from github in his computer?

@jikaill wrote: Hi, can you help me? So i have installed in windows, nodejs github and ember. I can create project and run in my web browser with ember serve. But my problem is how to use for example...

View Article

Newbie needs help with Ember basics

@Nightshimmer wrote: Greetings, Ember community! I hope that I'm allowed to ask for guidance here. If not, I'm very sorry. I'm a complete newbie in Ember, and I'm struggling to make the basic things...

View Article


Ember.js Version 2.3 slow loading issue

@Deepak_Negi_Sunny wrote: Dear Members, We converted our app from Ember 1 to Ember 2.3, as the conversion process is taking pace and the models are increasing one major issue was encountered... Very...

View Article

Getting model length

@hosein2398 wrote: Hi there, simple challenge, I got a model that I want the length of it and I already tried the this.store.all('body').get('length'); but it didn't work for me How can I get the...

View Article


Handle Anonymous User Authorization & Session

@kieranhall wrote: Background I've been experimenting with an Ember CLI app as a client to a platform that exposes various services via REST APIs. The platform supports OAuth2 & JWT and, according...

View Article

Run integration tests in slow motion

@hugoruscitti wrote: Hi!, i'm working in a little workshop for a friends interesting in ember. And i want to show them how to write integration tests by using devtools and some interactive approach....

View Article

Upgrade from Ember 1.9.1

@zzr994 wrote: Hello, I am new to this forum. We have an Ember Application using version 1.9.1. We are thinking of upgrading it to at least 1.13 and then go on to Ember 2.0. What is the best of doing...

View Article
Browsing all 4826 articles
Browse latest View live