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
Post a Comment