Skip to content

Commit

Permalink
docs(README): fix typo USrefActive → UISrefActive (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delapouite authored and christopherthielen committed Oct 27, 2016
1 parent 8571ee2 commit 724c902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ When the state is activated, the UIView should render the state's component.
A `UISref` is a link (absolute, or relative) which activates a specific state and/or parameters.
When the `UISref` is clicked, it should initiate a transition to the linked state.

### USrefActive (optional)
### UISrefActive (optional)

When combined with a `UISref`, a `UISrefActive` toggles a CSS class on/off when its `UISref` is active/inactive.

### Bootstrap mechanism (optional)

Implement framework specific bootstrap requirements, if any.
For example, UI-Router for Angular 1 and Angular 2 integrates with the ng1/ng2 Dependency Injection lifecycles.
On the other hand, UI-Router for React uses a simple javascript based bootstrap, i.e., `new UIRouterReact().start();`.
On the other hand, UI-Router for React uses a simple JavaScript based bootstrap, i.e., `new UIRouterReact().start();`.

## Getting help

Expand Down

0 comments on commit 724c902

Please sign in to comment.