From 5acca63e901b4007882e6dc2d6ff6137604f6616 Mon Sep 17 00:00:00 2001 From: Sergey Akopkokhyants Date: Mon, 17 Nov 2014 13:39:22 +0200 Subject: [PATCH] Update angular-ui-router.d.ts I think you lost _reload_ property from IStateOptions. Correct me if I'm wrong either please issue new version do we could use it in our project. --- api/angular-ui-router.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/angular-ui-router.d.ts b/api/angular-ui-router.d.ts index 8dd428323..ae0e3b623 100644 --- a/api/angular-ui-router.d.ts +++ b/api/angular-ui-router.d.ts @@ -81,6 +81,7 @@ declare module ng.ui { inherit?: boolean; relative?: IState; notify?: boolean; + reload?: boolean; } interface IHrefOptions {