From 6d0ec590dd9326c190f806ea612cfb8086c657c5 Mon Sep 17 00:00:00 2001 From: Tim Buckley Date: Tue, 7 Feb 2017 13:57:13 -0700 Subject: [PATCH] Remove the angular 1.6 hashPrefix Angular 1.6 set the hashPrefix to '!', breaking all old URLs. This reverts it to the previous Angular 1.5 behavior. Change-Id: I431ebbe820c764e017870ae4c156275740341bc4 --- app/js/on_config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/js/on_config.js b/app/js/on_config.js index ac2a8cc3..65270049 100644 --- a/app/js/on_config.js +++ b/app/js/on_config.js @@ -5,6 +5,7 @@ */ function OnConfig($stateProvider, $locationProvider, $urlRouterProvider, $sceDelegateProvider) { $sceDelegateProvider.resourceUrlWhitelist(['self','http://health.openstack.org/**']); + $locationProvider.hashPrefix(''); $stateProvider .state('home', {