Quantcast
Browsing all 4827 articles
Browse latest View live

Language translation

@Ganesh_Manandhar wrote: Is their any way of translating languages(like the ones provided by google) in Ember? For eg: the users writes in english and after pressing a button converts it into, let's...

View Article


Showing latitude and longitude in ember-leaflet-draw

@Ganesh_Manandhar wrote: Is there a way of showing the longitudes and latitude of the locations where we click when drawing a polygon on the map using...

View Article


Logging in with a session

@Ben_Glancy wrote: localhost:4200 is where ember-cli hosts it's development server. However, if your server is on a different website say port 80, the cookies/login never seem to work, for me at...

View Article

Ember-simple-auth cant get currentUser after reload

@SimonBo wrote: Hi, Anybody can help me with this? I have a simple Ember app (repo) with authentication using ember-simple-auth (i followed this article...

View Article

setupController hook

@ioanszabo wrote: Hi, If model is changing / reloading, setupController hook is exectued or not? Posts: 1 Participants: 1 Read full topic

View Article


Ember JS component add async data by ember-data

@jaiminmoslake7020 wrote: didRender(){ this._super(...arguments); console.log('This is didRender'); let core_report_id = get(this,'coreReport.core_report_id') ; let client_database_id =...

View Article

In hierarchy modals without being "in template"?

@s12chung wrote: It seems like common convention now to have "in template" modals, like with ember-modal-dialog: In Template <!-- button.hbs--> <!-- 1 --> <button {{action...

View Article

Reopen component class to give a default CSS class name based on component name

@sheriffderek wrote: When I create a component such as {{my-useful-abstraction}} I would love to just have a default element class name of .my-useful-abstraction given to that component. On a similar...

View Article


[object Object] as option value

@damianocastro wrote: Hi all, I notice that one of the option in our ember app has all the values set to [object Object]. This is sort of ok from the functional point of view because they do have a...

View Article


URL Rewriting using .htaccess on Apache2 server

@Amr_Monjid wrote: Hello I'm using ember CLI version 2.10.1 I have a route ex: mywebsite/car and i use query string to get the item by ID so the URL is like mywebsite/car?carID=1 I want to create a...

View Article

How to hide the first and last object from the array in export excel in kendo

@alice wrote: i am using kendo grid in my ember app. i have to hide the first and last coloumn in export of excel and i have to modify the column width in the excel sheet. how to hide the object from...

View Article

Looking for ideas on component library structure

@douglasbhill wrote: I have build a set of about 30 UI components, some helpers and layouts. Plus some related services. When I originally started it was a monolithic addon containing all the...

View Article

Using jquery plugin and bootstrap javascript in ember fastboot

@cahyowhy wrote: hey i just wanna make a production ready with ember fastboot app, the problem is when i push to my heroku repository the log said "bootstrap need jquery" then i delete the...

View Article


Best way to import external CSS/JS into ember

@woprandi wrote: Hi, I use bootstrap in my ember application. I know there are few ways to import it to my app described here. I have 2 questions : What is the recommended way ? I know packages from...

View Article

Image may be NSFW.
Clik here to view.

Is Lazy.js in Ember necessary? Can its benefits help us?

@johnunclesam wrote: I'm wondering if I can use the the benefits of this library: github.com dtao/lazy.js lazy.js - Like Underscore, but lazier How can I? Is Ember using something similar when I use...

View Article


Weird redirect behaviour in Apache

@rzky wrote: Hi guys, Something, somewhere, adds a trailing slash in one of my route. Don't know why. I'm serving Ember from an Apache server and uses this rewrite rule to send all request to...

View Article

Data from ember-ajax is not rendered to the template

@rzky wrote: Noob here. I see data in the console, but it's not rendered in my template. I'm currently working on a two-step registration system. Where you first sign up using email or facebook, then,...

View Article


Include Susy in Ember application

@Fortiz2305 wrote: Hi, Have you tried to include Susy in your Ember application? I have tried it with different approaches but they don't work. Install susy as npm module using npm install susy....

View Article

Ember app cannot load json data from local file

@yiannissakk wrote: I have been following the ember quick start guide to create an app that displays some data (https://guides.emberjs.com/v2.13.0/getting-started/quick-start/) but instead of...

View Article

Share code between routes

@emanuk wrote: ember-cli: 2.13.2 node: 7.8.0 Hello, I'm a newbie at Ember. I have a route with this code to set a body class. I will use this code on a couple of routes but not all. I was wondering if...

View Article
Browsing all 4827 articles
Browse latest View live