Skip to content
vic

angular-ui/ui-router

The de-facto solution to flexible routing with nested views in AngularJS

angular-ui/ui-router.json
{
"createdAt": "2013-01-18T20:26:29Z",
"defaultBranch": "master",
"description": "The de-facto solution to flexible routing with nested views in AngularJS",
"fullName": "angular-ui/ui-router",
"homepage": "http://ui-router.github.io/",
"language": "TypeScript",
"name": "ui-router",
"pushedAt": "2024-07-15T11:45:52Z",
"stargazersCount": 13481,
"topics": [
"angularjs",
"javascript",
"router",
"routing",
"state-machine",
"state-tree",
"typescript",
"ui-router"
],
"updatedAt": "2025-11-25T10:44:05Z",
"url": "https://github.com/angular-ui/ui-router"
}

Note: this is the Angular 1.x source for UI-Router version 1.x. If you are looking for the source for UI-Router version 0.x, it can be found here


The de-facto solution to flexible routing in angular

Section titled “The de-facto solution to flexible routing in angular”

Tutorials | API Docs | Download stable (or Minified) | Guide | Sample App | FAQ | Report an Issue | Contribute | Help! |


Angular UI-Router is a client-side Single Page Application routing framework for AngularJS.

Routing frameworks for SPAs update the browser’s URL as the user navigates through the app. Conversely, this allows changes to the browser’s URL to drive navigation through the app, thus allowing the user to create a bookmark to a location deep within the SPA.

UI-Router applications are modeled as a hierarchical tree of states. UI-Router provides a state machine to manage the transitions between those application states in a transaction-like manner.

Please read our [Contributor guidelines]!(CONTRIBUTING.md) before reporting an issue or creating a pull request.