javascript - Using window.location within an angular aplication -
i trying use window.location.pushstate change url without refresh in angularjs application. reason because whole logic behind routing on done on server side don't want use html5 mode. however, after using pushstate url changed required 1 , previous one. suspect because changing url outside angular $location service thinks should change before (since different). there ways around it?
Comments
Post a Comment