Merge branch 'temp8-upgrade-angular' of https://github.com/umbraco/Umbraco-CMS into temp8-upgrade-angular

# Conflicts:
#	src/Umbraco.Web.UI.Client/src/routes.js
This commit is contained in:
Warren
2018-06-12 14:39:18 +01:00

View File

@@ -190,7 +190,6 @@ app.config(function ($routeProvider) {
})
.otherwise({ redirectTo: '/login' });
}).config(function ($locationProvider) {
$locationProvider.html5Mode(false).hashPrefix(''); //turn html5 mode off
$locationProvider.html5Mode(false).hashPrefix(''); //turn html5 mode off
});