angular-ui-router

WebJar for angular-ui-router

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

ui-router
Last Version

Last Version

1.0.0-rc.1
Release Date

Release Date

Type

Type

jar
Description

Description

angular-ui-router
WebJar for angular-ui-router
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/angular-ui/ui-router

Download ui-router

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/ui-router/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>ui-router</artifactId>
    <version>1.0.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/ui-router/
implementation 'org.webjars.bower:ui-router:1.0.0-rc.1'
// https://jarcasting.com/artifacts/org.webjars.bower/ui-router/
implementation ("org.webjars.bower:ui-router:1.0.0-rc.1")
'org.webjars.bower:ui-router:jar:1.0.0-rc.1'
<dependency org="org.webjars.bower" name="ui-router" rev="1.0.0-rc.1">
  <artifact name="ui-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='ui-router', version='1.0.0-rc.1')
)
libraryDependencies += "org.webjars.bower" % "ui-router" % "1.0.0-rc.1"
[org.webjars.bower/ui-router "1.0.0-rc.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : angular jar [1.2.0,)

Project Modules

There are no modules declared in this project.

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.

org.webjars.bower

AngularUI

Versions

Version
1.0.0-rc.1
1.0.0-alpha.5
0.3.0
0.2.15
0.2.9