Angle bracket invocation codemod
@Lukas_Milasevicius wrote: Hey, I wanted to ask if there is gone to be something like Angle bracket code mod, because it’s painful to change, when project is big. I tried to look for that, but I found...
View ArticleLogo animation by using json by use of bodymovin
@Rupal_Gohel wrote: In app/components/home-intro.js why it can not use jquery syntax like $('#logomaincustom') in place of document.getElementById('logomaincustom') bodymovin.loadAnimation({...
View ArticlePassing multiple parameters to a route
@imsreena7h wrote: how can I pass multiple ID’s to a single route? like http://localhost:4200/posts/5/6 or http://localhost:4200/posts/?id1=5&id2=6 Posts: 1 Participants: 1 Read full topic
View ArticleHow to display different div or form when a button is clicked
@keung_lai wrote: Hi guys, i am new with ember js, i trying to display different div in next page when a button is clicked. For example from page 1 have 4 types of options, when click option 1, it...
View ArticleDefining nested route in router to display specific data
@aida wrote: Hy e… I had a problem in defining the nested route. I want to show the details of one restaurant when user click on the restaurant. nested.JPG708x199 17 KB this is my codes. my nested...
View ArticleHow to clear ember store record entry which is uncomitted
@sar28 wrote: how to clear ember store record entry which is uncomitted? I tried using _this.get(“store”).unloadRecord(attribute).But with this change , the application in chrome freezes.Unable to use...
View ArticleEmber handlebar view for Foreignkey values
@imsreena7h wrote: I have 4 models as below exam model name: attr('string'), owner: belongsTo('user'), question model content: attr('string'), exam: belongsTo('exam') answer model owner:...
View ArticleAccess the Name of a Closure Action
@vothaison wrote: Hi Everyone, I have read this topic: Getting the name of a function provided to an `action` helper But when I apply it to my code (with Ember 3.4.5 LTS) {{async-button action=(action...
View ArticleCheck authenticated or not from route
@imsreena7h wrote: Instead of using {{session.isAuthenticated}} in template, I need to check whether it is authenticated or not in Route? Posts: 1 Participants: 1 Read full topic
View ArticleHow to view ember rendered page offline?
@bhuether wrote: Hi, I am trying to save a website for offline viewing. I noticed after looking in Chrome Developer Tools that the site uses ember-fastboot-cli for rendering. So I saved the webpage...
View ArticleCheck whether Entered email is valid or not
@imsreena7h wrote: We could validate an email id by using Js, that’s the normal case. But What I need is when I type an email, I want to check the existence of that email ID. e.g.:...
View ArticleNew maintainers / owners requested
@tce wrote: Hi all! I don’t really post, but I’ve been in Ember land, for… 7 years now? It’s been a while. Anyways, a whole bunch of y’all probably use some of my addons:...
View ArticleCustomizing tagName/attributes of top-level template
@ofridagan wrote: Hello, I’m migrating an Ember app to 2.7, and hence need to get rid of uses of Ember.View. I have a bunch of places in the app where I use the Route’s render method to render some...
View ArticleIs there a public `recognize` method anywhere on the router?
@samselikoff wrote: I stumbled across this part of RFC 95: New Method: URL recognition recognize(url) Takes a string URL and returns a RouteInfo for the leafmost route represented by the URL. Returns...
View ArticleCould not find module 'ember' imported from...
@GELight wrote: Hi all, Is there exists an alternative plugin to the ember-cli-slick for Ember 3.5? In my updated project to Ember 3.5 only my used ember-cli-slick plugin throws an error like this:...
View ArticleIf a value is set in controller , perform an Ajax command(written in template),
@imsreena7h wrote: I have given a rough code to understand what I need to perform, / app / route1 / controller.js export default Controller.extend({ test: function(id) { $.ajax({ ..... ..... ........
View ArticlePassing value to component
@imsreena7h wrote: hi, I need to pass a value to ember component from route template and print it through component template. If possible explain the working of a component in brief. Also let me know...
View ArticleAccess {{ENV} }enviroment in index.html
@EmberNewFan wrote: At Index.html I would like to use window.appEnv = {{ENV}} with config/environment.js, ENV have been defined already. I built and served the ember and got Uncaught SyntaxError:...
View ArticleFull time frontend Ember.Js developer wanted for Berlin
@Joern1 wrote: About us: We are Seatris.ai, here to revolutionize the international restaurant industry. By using algorithms that can reorganize and constantly improve capacity, we create a...
View ArticleHow to save many-to-many relations
@belgoros wrote: I have 2 models with a many-to-many relations: Shop Event Being on templates/events/index.hbs page that displays the list of events, how is possible to assign an event to a shop (I...
View Article