mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Rename IUrlRouter to IUrlRouterService
More consistent with naming conventions for other services.
This commit is contained in:
Vendored
+1
-1
@@ -92,7 +92,7 @@ declare module ng.ui {
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface IUrlRouter {
|
||||
interface IUrlRouterService {
|
||||
sync(): void;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user