Change routes to old hastag mode

This commit is contained in:
Yemel Jardi 2014-07-29 14:13:21 -03:00
commit e3eeab0eb6
15 changed files with 44 additions and 43 deletions

View file

@ -67,7 +67,7 @@ angular
.module('copayApp')
.config(function($locationProvider) {
$locationProvider
.html5Mode(true)
.html5Mode(false)
.hashPrefix('!');
})
.run(function($rootScope, $location) {