Removes unused modules

This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-13 10:00:59 -03:00
commit 32f31aeb7f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -1,7 +1,7 @@
'use strict';
angular.module('copayApp.controllers').controller('preferencesLanguageController',
function($scope, $log, $ionicHistory, $state, gettextCatalog, configService, profileService, uxLanguage, walletService, externalLinkService) {
function($scope, $log, $ionicHistory, configService, profileService, uxLanguage, walletService, externalLinkService) {
$scope.availableLanguages = uxLanguage.getLanguages();