How to form the Query string in web address url in Angular state router by using state go method
问题 I have a product list page, there have list of products,when click the particular products, call the function and in the function state.go. Not working in dynamic: $state.go('home.product.detail', { 'productID': "redminote4", 'brand': 'x', "store":"amazon" }); .state('home.product.detail', { url: '/products/:?productID?brand?store', views: { '@': { templateUrl: baseUrl + 'products/products', controller: 'productsController' } }, data: { displayName: '', displayImg: 'Images/productsHeaderIcon