Rename IUrlRouter to IUrlRouterService

More consistent with naming conventions for other services.
This commit is contained in:
John Jeffery
2014-05-21 10:08:03 +10:00
parent 7929e622e6
commit 3ffc175119

View File

@@ -92,7 +92,7 @@ declare module ng.ui {
[key: string]: any;
}
interface IUrlRouter {
interface IUrlRouterService {
sync(): void;
}
}