Shows modal content in main <ui-view></ui-view>
When using the module I specified that it is a modal view and it performs as expected, however, the content also shows modal content in main
any ideas?
I noticed that behavior as well. But I managed to work around that.
Lets say you have a state "A" and a state "A.B", where "A.B" is a child state of "A".
Now, the state "A" as a
I guess its not a fix, but its an understanding on how the plugin is currently built. Just add your modal states under the childless states and you will be fine.