#2211: Add IUrlRouter interface for

This commit is contained in:
John Jeffery
2014-05-19 10:07:47 +10:00
parent bb59fade92
commit 7929e622e6
+4
View File
@@ -91,4 +91,8 @@ declare module ng.ui {
interface IStateParamsService {
[key: string]: any;
}
interface IUrlRouter {
sync(): void;
}
}