Use output compiled handlebars at runtime as attribute and in DOM
@harianus wrote: In our codebase we use handlebars out of an API so people can change the content of the handlebars. We also use these handlebars to change the text of meta-tags, because the texts are...
View ArticleBest way to monkey patch Ember internals?
@ryanto wrote: Every so often I find myself in a situation where I’m tracking down a bug and I want to monkey patch some internal Ember function, usually as a temporary or debug fix. Today I’m in a...
View ArticleEmber-auto-import 1.0 released
@ef4 wrote: ember-auto-import 1.0 is released. zero-config import from NPM. works in every ember-cli version backward to at least 2.12 and forward to the 3.2-beta series. can be used in both apps and...
View ArticleBad post, want to delete this
@wonderful123 wrote: How do I delete this post? Posts: 1 Participants: 1 Read full topic
View ArticleComponent naming and handlebars syntaxis in future
@lifeart wrote: handlebars -> hbx -> ? [ NNJSQ.png495x683 ] JSX-like hbx syntaxis approach Ember bring me ability to write less javaScript code. But templates syntaxis is pretty huge. For...
View ArticleEmber Addon Sass Compilation
@Luke_C wrote: I have an Ember addon which wraps the ‘@material’ google material design framework. I want to be able to import their SASS into my addons SASS and then have the consuming app import my...
View ArticleTips for improving build time of large apps
@mattmcmanus wrote: As a result of some discussion and work inspired by this thread I’ve recently made some serious improvements in our build times for a very large app. I thought it would be helpful...
View ArticleFastboot and express.js
@AKingDebased wrote: hey all. i have an express.js server that serves up static html on most of its routes, and an ember app on just one route (let’s say that’s /app). what i want to do is have my...
View ArticleHow to send Cookie with DS.RESTAdapter?
@Mofungo wrote: I’m building an Ember demo to convince our company to stop building .jsp pages and start building the front end with Ember! To convince them, I need to use our existing APIs for data...
View ArticleThumbnail preview of an item by hovering my mouse over
@Boo wrote: Hi I need to see a thumbnail preview of an item (image, pdf, html etc) by hovering my mouse over it so I can easily see what the item is without having to load it fully. It should show...
View ArticleHow to dynamically set params in link-to
@Renuka wrote: In my current code I am using link-to "routename " quaryparams–,but that routename is given manually .Can I get the route name dynamically in ember as I visited the different route...
View ArticleService Property is Updated, Computed Property is Not
@Mofungo wrote: I have a service on which I change a property ‘loggedIn’ from false to true. In the template, when I access ‘loggedIn’ directly from the service, I see the new value. When I access it...
View ArticledidReceiveAttrs with mut property
@niksa88 wrote: Hi, Ember: 2.18.0 I don’t know is this normal behavior or not. If I have mut property in child component from parent component and change value in didReceiveAttrs the value is not...
View ArticleReaders' Questions: "Can I start using Module Unification in my app?"
@jenweber wrote: Is module unification something you can use today in an app? It seems like a lot of the discussion revolves around usage in addons, corner cases, or require using canary versions of...
View ArticleUsing couchdb views - best way of using ember framework?
@medvejonok79 wrote: Hello community, another newby question please if I wanted to use couchdb’s built in mapreduce view functionality, i.e. query a couchdb design document (view), it looks as though...
View ArticleTypescript and model class definition
@flashios09 wrote: Hi, I’m using typescript with ember and want to check if a passed param is a model record instead of using any , something like this: import Ember from 'ember'; import { action }...
View ArticleEmber-data: handling composition
@bmaehr wrote: Hello, I’m still search for a solution how to implement composition with ember-data in a clean way. An easy example for this use case is an invoice with multiple lines (e.g. like in...
View ArticleMake Fastboot curlable withtout the Accept header
@simonc wrote: Hi, I’m currently building an Heroku addon and the admin dashboard is using Ember. To check our compatibility with Heroku we’re using their kensa tool. In order to test the SSO part,...
View ArticleBroccoli architecture question: Making new files available to node
@samselikoff wrote: I’m working on a feature for Mirage, that will make some Mirage code available to Node so that it can be used in an Express middleware. I’d like some advice on how best to write...
View ArticleUsing ember-inflector in Node
@samselikoff wrote: My addon uses ember-inflector and I’m trying to figure out if it can be used in Node. I’m trying to require() some of my addon’s ES6 modules in node via esm, and I have it working...
View Article