Closed kishor-shinde closed 7 years ago
redirectTo:
canEditAgenda: {
state: 'dashboard',
params: {
paramOne: 'one'
paramTwo: 'two'
},
options: {
location: false
reload: true
}
}
}
I have one situation where i need to redirect page to a default state which has params so i need to pass params for default. Is it possible or any other way?