Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ui Router | 13,640 | 10,726 | 665 | 2 months ago | 56 | December 01, 2021 | 23 | mit | TypeScript | |
The de-facto solution to flexible routing with nested views in AngularJS | ||||||||||
Customermanager | 712 | a year ago | July 17, 2022 | mit | JavaScript | |||||
CustomerManager AngularJS/BreezeJS Application with a custom route provider. | ||||||||||
Angular Mvc Cookbook | 472 | 7 years ago | 4 | JavaScript | ||||||
AngularJS and ASP.NET MVC Cookbook | ||||||||||
Openrouteservice App | 205 | 9 months ago | 1 | apache-2.0 | JavaScript | |||||
:blue_car: The open source route planner app with plenty of features. | ||||||||||
Angular Hybrid | 157 | 14 | 5 | 2 months ago | 31 | September 17, 2022 | 7 | mit | TypeScript | |
Upgrade an ng1 UI-Router app to a ng1+ng2 hybrid using ng-upgrade | ||||||||||
Angular Phonegap Seed | 109 | 10 years ago | JavaScript | |||||||
A barebones seed project for getting started with PhoneGap and AngularJS (with routing!) | ||||||||||
Angularjs Testing Cheat Sheet | 46 | 5 years ago | ||||||||
Angularjs Play21 Html5 Routing | 30 | 10 years ago | Scala | |||||||
AngularJS HTML5 routing with Play Framework 2.1 | ||||||||||
Try Angular 1.5 | 22 | 7 years ago | 1 | mit | HTML | |||||
Learn AngularJS in this step-by-step series. The goal is to build something real while discussing the technology behind the code. | ||||||||||
Ss Angular Demo | 20 | 5 years ago | 3 | mit | JavaScript | |||||
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
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 before reporting an issue or creating a pull request.