angular ui router - Change $stateParams with {notify:false} and no {resolve} -


this relates question: set url query parameters without state change using angular ui-router (i dont have enough points comment)

i'm using $state.go('state.name', {params}, {notify:false}) update url params , works well. problem have defined 'resolve' services route , being called, , don't want happen, unnecessary calls server. expect {notify:false} skip too, there way skip resolving? or better - elegant way update state params ease? (instead of $state.go()) ?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -