node.js - Fallback or Disable Angularjs HTML5 pushstate in IE9 -
i know question raised haven't came across i'm looking for. pushstate works in modern browser , have created corresponding routes in nodejs make deeplink url work.
in ie9 works based on hashtag
, disable hash navigation , make page reload. below sample please share suggestions.
my app behind sso using saml strips hash url during redirect. prefer go page refresh ie9 , below without making changes in angular.
var scotchapp = angular.module('scotchapp', ['ngroute']);
http://runnable.com/vqyiqp-egbls-for/nodejs-angularjs-history-for-express-and-node-js
-- update--
now have enabled route browsers supports push state. ie9 normal page reload , routing broken now. i'm trying figure out trigger controller dynamically.
-- update on 03/25/2015 --
i have created hack ie9 , used nginclude
instead of ngview
. demo updated code can try in ie9 , other modern browsers.
-- update on 03/30/2015 --
runnable demo not saved , published before, upadated , works in ie9 also.
Comments
Post a Comment