I'm using Angularjs UI-Router with my DotNet Core Application. Although I'm using complex nested views routing but everything is working fine. I have divided my page into two parts, the left one is ...
Adding a modal: true to a state definition causes its template to be opened through a call to $uibModal.open(stateDefinition) rather than embedding it inside of a <ui ...