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 8913309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:25:39+00:00 2026-06-15T04:25:39+00:00

I have state like mysite.com/#/index This is the default page loaded on initilization There

  • 0

I have state like

mysite.com/#/index
This is the default page loaded on initilization

There are other subroutes
mysite.com/#/about
mysite.com/#/contact

If someone types mysite.com/#/about Can I control the loading of substate about ?

  • 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-15T04:25:40+00:00Added an answer on June 15, 2026 at 4:25 am

    The Ember Router does this automatically, as long as you have defined routes (URLs) in your Router.

    Something like the following will automatically navigate to the correct state when the URL mysite.com/#/about is entered. If you want to control what happens when that state is entered and exited, specify this inside the enter() and exit() functions.

    App.router = Ember.Router.create({
        enableLogging: true,
        //location: 'history',
        root: Ember.Route.extend({
            home: Ember.Route.extend({
                route: '/',
                redirectsTo: 'index'
            }),
            index: Ember.Route.extend({
                route: '/index',
                connectOutlets: function (router) {
                    router.get('applicationController').connectOutlet('index');
                }
            }),
            about: Ember.Route.extend({
                route: '/about',
    
                enter: function() {
                    //stuff
                }
    
                exit: function() {
                    //stuff
                }
    
                connectOutlets: function (router) {
                    router.get('applicationController').connectOutlet('about',);
                }
            })
        })
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a list of lists that looks like this: x[[state]][[year]] . Each element
i have json data like this {GetStudentDetails: {TotalCount:5, RootResults:[ {city:West Chester,country:USA,state:PA ,student_id:100}, {city:Philly,country:USA,state:PA,student_id:101}, {city:Buffalo,country:USA,state:NY,student_id:102},
I have a text file, which looks like this: node13 state = free np
I have the following structure: http://subdomain.mysite.com From there, I want to be able to
I have a data in my ListView control like: Country State City India U.P.
I have a small JSF app and would like to keep some state on
I have a string like this: $string = '[Canada] [United States]'; I need to
I have a string like this: var string = ' [United States] [Canada] [India]
I have a geo collection that contains items like: [state name] [city], [state] [country]
I have a table with 3 columns like this: +------------+---------------+-------+ | Country_id | country_title

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.