Skip to content

Commit 8789c0b

Browse files
committed
Merge remote-tracking branch 'upstream/2.3.0-release' into MAGETWO-95501
2 parents e8a2fe5 + a85d987 commit 8789c0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup/pub/magento/setup/app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ app.config(['$httpProvider', '$stateProvider', function ($httpProvider, $statePr
5656
return $delegate;
5757
});
5858
})
59+
.config(['$locationProvider', function($locationProvider) {
60+
$locationProvider.hashPrefix('');
61+
}])
5962
.run(function ($rootScope, $state) {
6063
$rootScope.$state = $state;
6164
});

0 commit comments

Comments
 (0)