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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:08:57+00:00 2026-06-17T13:08:57+00:00

Ok. I have a url setup to log a user out. On the server,

  • 0

Ok. I have a url setup to log a user out. On the server, there is no html. The session on the server simply gets destroyed, and then the user is redirected to an address.

This works fine with plain html, but with Angular i am having issues. I’ve been routing all main routes using $routeProvider.when('/foo', {templateUrl: '/foo.html', controller: 'Ctrl'}) and that works fine for normal templated routes.. however, if there is no template it will not work.

So, how do i support the route /logout in the same fashion as above, when there is no html template?

  • 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-17T13:08:58+00:00Added an answer on June 17, 2026 at 1:08 pm

    A workaround is to use template instead of templateUrl. From the Angular docs:

    template – {string=} – html template as a string that should be used
    by ngView or ngInclude directives. this property takes precedence over
    templateUrl.

    This can be used as follows:

    $routeProvider.when("/foo", {template: " ", controller: "Ctrl"});
    

    Note: You must use " " instead of an empty string "" because Angular uses an if (template) check before firing the controller, and an empty string evaluates to false.

    — EDIT —

    A better way to do it is to use the resolve map. See the Angular Docs:

    resolve – {Object.=} – An optional map of
    dependencies which should be injected into the controller.

    This can be used like this:

    $routeProvider.when('/foo', {resolve: {redirect: 'RedirectService'}});
    

    Note: I’ve changed it from “Ctrl” to “RedirectService”, because what you’re describing in the question isn’t really a “controller” in the Angular sense. It doesn’t set up scope for a view. Instead, it’s more like a service, which ends up redirecting.

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

Sidebar

Related Questions

I have the following component @ ?option=com_tmportal&module=user&task=main I've enabled url rewriting and setup the
I have a setup like, My website ask the user for entering a URL.
I have argparse arguments setup in the following fashion: parser = argparse.ArgumentParser(description='foobar') parser.add_argument('url', metavar='URL')
I have a jquery autocomplete textbox setup. It retrieves addresses as the user types
I have a URL rewrite setup to create nice URLs RewriteCond %{REQUEST_URI} !^\/*(index\.php|blog|admin\/assets|site\/assets|robots.txt|sitemap.xml|products.xml|favicon\.ico) RewriteRule
I have set up a php script to receive url data like this: http://giffgaff.liamwli.co.uk/?name=liamwli
I have URL like: http://example.com#something , how do I remove #something , without causing
I have URL scheme for my blog like this: http://www.example.com/%YEAR%/%MONTH%/%CATEGORY%/%POST_TITLE%/ Now i want to
I have URL like this: http://localhost/PMApp/temp.htm?ProjectID=462 What I need to do is to get
I have url http://www.domain.com/folder/?variable=1 i would like to do a mod redirect to index.cfm

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.