Skip to content

Angular routing

Sébastien LUCAS edited this page Apr 24, 2015 · 6 revisions

Routing with UI router

With this approach, your views and routes aren’t tied down to the site URL. This way, you can change the parts of your site using your routing even if the URL does not change.

Activating a state

There are three main ways to activate a state:

  • Call $state.go(). High-level convenience method. Learn More
  • Click a link containing the ui-sref directive. Learn More
  • Navigate to the url associated with the state. Learn More.

How to user a query string ?

WIKI by Sébastien Lucas CEO & Funder or Bricks

Clone this wiki locally