The de-facto solution to flexible routing with nested views in AngularJS
JavaScript TypeScript
Permalink
Failed to load latest commit information.
scripts chore(docs): Improve scripts/docs.js script: Expect `ui-router-core` … Dec 12, 2016
src refactor(LocationServices): Update to match ui-router-core api Dec 23, 2016
test refactor(LocationServices): Update to match ui-router-core api Dec 23, 2016
.gitignore test(*): Remove typescript /// references. Add test/tsconfig.json Dec 9, 2016
.npmignore chore(build): simplified package publishing Oct 26, 2016
.travis.yml chore(travis): bump node ver to 4.5 Dec 20, 2016
CHANGELOG.md Update CHANGELOG with missing BC. Sep 24, 2016
CONTRIBUTING.md chore(docs): Update the contributing file Oct 27, 2016
LICENSE style(License): update copyright year to range Jan 6, 2015
README.md Update README.md Sep 1, 2016
bower.json chore(build): simplified package publishing Oct 26, 2016
karma.conf.js refactor(urlRouterProvider): reimplement injected functions and UrlRo… Dec 22, 2016
package.json refactor(LocationServices): Update to match ui-router-core api Dec 23, 2016
rollup.config.js chore(bundle): Add rollup plugins: progress, sourcemaps, visualizer Dec 15, 2016
tsconfig.json BREAKING CHANGE: Move imperative `$resolve` service out of main bundle Dec 14, 2016
tsconfig.typedoc.json BREAKING CHANGE: Move imperative `$resolve` service out of main bundle Dec 14, 2016
tslint.json chore(*): tslint resolveContext.ts Sep 3, 2015
webpack.config.js feat(*): bundle using rollupjs for smaller bundle and faster init times Dec 14, 2016
yarn.lock refactor(LocationServices): Update to match ui-router-core api Dec 23, 2016

README.md

AngularUI Router  Build Status

Note: this is the Angular 1.x source for UI-Router version 1.0. If you are looking for the source for UI-Router version 0.2.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.