mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Rename IUrlRouter to IUrlRouterService
More consistent with naming conventions for other services.
This commit is contained in:
2
angular-ui/angular-ui-router.d.ts
vendored
2
angular-ui/angular-ui-router.d.ts
vendored
@@ -92,7 +92,7 @@ declare module ng.ui {
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface IUrlRouter {
|
||||
interface IUrlRouterService {
|
||||
sync(): void;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user