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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -