Removes mobile check. Adds QA bug reporting standard to Readme.
This commit is contained in:
parent
4f82c15f62
commit
a0a4d43877
4 changed files with 47 additions and 2 deletions
|
|
@ -3,7 +3,6 @@
|
|||
angular.module('copayApp.controllers').controller('MoreController',
|
||||
function($scope, $rootScope, $location, $filter, backupService, walletFactory, controllerUtils, notification, rateService, isMobile) {
|
||||
var w = $rootScope.wallet;
|
||||
$scope.isMobile = isMobile.iOS();
|
||||
|
||||
$scope.unitOpts = [{
|
||||
name: 'Satoshis (100,000,000 satoshis = 1BTC)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue