From 3ffc17511941ca5a760606ddf783128aae47b207 Mon Sep 17 00:00:00 2001 From: John Jeffery Date: Wed, 21 May 2014 10:08:03 +1000 Subject: [PATCH] Rename IUrlRouter to IUrlRouterService More consistent with naming conventions for other services. --- angular-ui/angular-ui-router.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular-ui/angular-ui-router.d.ts b/angular-ui/angular-ui-router.d.ts index f927ec6f7..6e78e045b 100644 --- a/angular-ui/angular-ui-router.d.ts +++ b/angular-ui/angular-ui-router.d.ts @@ -92,7 +92,7 @@ declare module ng.ui { [key: string]: any; } - interface IUrlRouter { + interface IUrlRouterService { sync(): void; } }