Skip to content

Commit

Permalink
docs(Ng2LocationServices): fix class description
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Feb 11, 2017
1 parent 4351c53 commit a112031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/location/locationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { UIRouter, BaseLocationServices, parseUrl } from "ui-router-core";
import { LocationStrategy } from "@angular/common";

/** A `LocationServices` that uses the browser hash "#" to get/set the current location */
/** A `LocationServices` that delegates to the Angular LocationStrategy */
export class Ng2LocationServices extends BaseLocationServices {
constructor(router: UIRouter, private _locationStrategy: LocationStrategy) {
super(router, true);
Expand Down

0 comments on commit a112031

Please sign in to comment.