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 - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -