You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(view): A view without anything to render defaults to <ui-view></ui-view>
- If a view has no `template`, `templateUrl`, `templateProvider`, `component`, `componentProvider`
then the default is a passthrough `ui-view`
- This also applies to states without any of those properties; a default view is created with `ui-view` passthrough
Closes#3178
0 commit comments