I'm wandering if ui-router supports nested states with query parameters like this: ``` .state('path',{ url:'/:path?path', controller:'Test', template:'path', }) .state('path.detail',{ url:'&detail', controller:'Test', template:'detail' }) ```