Skip to content
The de-facto solution to flexible routing with nested views in AngularJS
TypeScript JavaScript
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore(update_dependencies): fix typo exclude->excludes May 18, 2020
scripts fix(npm): Publish to the old angular-ui-router npm package too May 19, 2018
src chore(prettier): Just Update Prettier™️ May 24, 2020
test test: Test against angularjs 1.7 too May 25, 2020
.gitignore chore(gitignore): whitelist github folder Dec 24, 2019
.mergify.yml chore(ci): run ci on pull_request and push to master May 9, 2020
.npmignore chore(travis): switch to .downstream_cache Dec 29, 2017
.npmrc chore(gitignore): whitelist github folder Dec 24, 2019
.prettierignore fix(bundles): Do not run prettier against release/* bundles when publ… May 19, 2018
.prettierrc.json Change prettier config May 15, 2018
.yarnclean Add empty .yarnclean Jan 9, 2017
CHANGELOG.md 1.0.26 Apr 29, 2020
CONTRIBUTING.md docs(CONTRIBUTING.md): fix missing label images (#3435) May 10, 2017
DOCS.md chore(core): Switch from ui-router-core to @uirouter/core Apr 29, 2017
ISSUE_TEMPLATE.md chore(issue_template): add more explicit instructions for issue template Dec 30, 2017
LICENSE [Update] license year to current Feb 1, 2018
README.md Update README.md Dec 24, 2019
artifacts.json chore(package): Just Update Prettier™ Jan 10, 2019
bower.json chore(bower): Update bower.json Apr 29, 2020
downstream_projects.json test(typescript): Add tests for typescript 2.2-2.6 compatibility Dec 30, 2017
jest.config.js test: Test against angularjs 1.7 too May 25, 2020
karma.conf.js chore(prettier): Just Update Prettier™️ May 24, 2020
package.json test: Test against angularjs 1.7 too May 25, 2020
rollup.config.js chore(prettier): Just Update Prettier™️ May 24, 2020
tsconfig.json chore(package): Just Update Prettier™ Jan 10, 2019
tsconfig.typedoc.json chore(typedoc): Rename typedoc.json to tsconfig.typedoc.json Apr 29, 2020
tslint.json chore(package): Just Update Prettier™ Jan 10, 2019
yarn.lock chore(docs): downgrade publish scripts so docs build doesn't fail (no… May 24, 2020

README.md

AngularUI Router  Build Status

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


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.

Get Started

Resources

Videos

Reporting issues and Contributing

Please read our Contributor guidelines before reporting an issue or creating a pull request.

You can’t perform that action at this time.