Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9279411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T17:37:42+00:00 2026-06-18T17:37:42+00:00

I am iterating over a collecion using an itemController like this: {{#each col itemController=colItem}}

  • 0

I am iterating over a collecion using an itemController like this:

{{#each col itemController="colItem"}}
  <li>
    <a {{action doAction this}} href="#">{{name}}</a>
  </li>
{{/each}}

I want doAction to go to the route and not the itemController.

I have doAction defined in a route like this:

Radium.SomeRoute = Ember.Route.extend
  events:
    doAction: (status)->

If I remove the itemController then it will be dispatched to the route. Can I target the route action somehow?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T17:37:43+00:00Added an answer on June 18, 2026 at 5:37 pm

    Assuming your controller is an instance of Ember.Controller and has not implemented it’s own doAction, the event should automagically bubble up to the route.

    It may be an ember bug, but it seems that events do not bubble to the router when you specify an item controller via the {{#each}} helper.

    As a workaround, you can instead specify the itemController as a property of the parent controller.

    App.ItemsController = Ember.ArrayController.extend({
      itemController: "Item"
    });
    

    I’ve created a jsbin to demonstrate this workaround: http://jsbin.com/anesop/2/edit

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want avoid iterating over a nil array. My bad solution: if nil!=myArr myArr.each
If I modify a Collection while iterating over it using for-each loop, it gives
I've got an ArrayList that I'm iterating over several times, and it looks like
The book i am reading offers this example when iterating over a vector for
Context When iterating over a set of Rdata files (each containing a character vector
I need a function, which is capable of iterating over the collection, calling a
I'm iterating over a JRE Collection which enforces the fail-fast iterator concept, and thus
When iterating over a standard container, do you think it's a good idea to
I have the following issue related to iterating over an associative array of strings
Is there a better shorter way than iterating over the array? int[] arr =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.