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

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -