Skip to content

Commit a85d987

Browse files
author
Alexander Akimov
authored
Merge pull request #3316 from magento-tsg/2.3.0-release-pr40
[TSG] Upporting for 2.3 (pr40) (2.3.0-release)
2 parents 081dbeb + 596c20e commit a85d987

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)