Removes "isMobile" service from controller.
This commit is contained in:
parent
a0a4d43877
commit
afa754f3df
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('MoreController',
|
||||
function($scope, $rootScope, $location, $filter, backupService, walletFactory, controllerUtils, notification, rateService, isMobile) {
|
||||
function($scope, $rootScope, $location, $filter, backupService, walletFactory, controllerUtils, notification, rateService) {
|
||||
var w = $rootScope.wallet;
|
||||
|
||||
$scope.unitOpts = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue