Skip to content

Commit a112031

Browse files
docs(Ng2LocationServices): fix class description
1 parent 4351c53 commit a112031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/location/locationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { UIRouter, BaseLocationServices, parseUrl } from "ui-router-core";
44
import { LocationStrategy } from "@angular/common";
55

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

0 commit comments

Comments
 (0)