Change routes to old hastag mode
This commit is contained in:
parent
ae9deaa6f8
commit
e3eeab0eb6
15 changed files with 44 additions and 43 deletions
|
|
@ -67,7 +67,7 @@ angular
|
|||
.module('copayApp')
|
||||
.config(function($locationProvider) {
|
||||
$locationProvider
|
||||
.html5Mode(true)
|
||||
.html5Mode(false)
|
||||
.hashPrefix('!');
|
||||
})
|
||||
.run(function($rootScope, $location) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue