Removes mobile check. Adds QA bug reporting standard to Readme.

This commit is contained in:
ssotomayor 2014-10-02 13:51:56 -03:00
commit a0a4d43877
4 changed files with 47 additions and 2 deletions

View file

@ -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)',