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

@ -74,8 +74,6 @@ angular.module('copayApp.controllers').controller('SettingsController',
unitToSatoshi: $scope.selectedUnit.value,
}));
var target = ($window.location.origin !== 'null' ? $window.location.origin : '');
$window.location.href = target;
$location.path('/copayers');
};
});