I have run into an issue using $uibModal and opening another modal window from within the resolve of a parent window, specifically when i use setTimeout to delay the opening it appears that the inner window will not open until the outer window has resolved all its promises in its resolve argument.I have run into an issue using $uibModal and op