repo for angularjs testing training
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ganesh ce11dfc1ef bookappmocha 5 years ago
..
release bookappmocha 5 years ago
.bower.json bookappmocha 5 years ago
CHANGELOG.md bookappmocha 5 years ago
CONTRIBUTING.md bookappmocha 5 years ago
DOCS.md bookappmocha 5 years ago
ISSUE_TEMPLATE.md bookappmocha 5 years ago
LICENSE bookappmocha 5 years ago
README.md bookappmocha 5 years ago
artifacts.json bookappmocha 5 years ago
bower.json bookappmocha 5 years ago
downstream_projects.json bookappmocha 5 years ago
jest.config.js bookappmocha 5 years ago
karma.conf.js bookappmocha 5 years ago
rollup.config.js bookappmocha 5 years ago
tsconfig.docgen.json bookappmocha 5 years ago
typedoc.json bookappmocha 5 years ago
yarn.lock bookappmocha 5 years ago

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.