Merge pull request #5256 from gabrielbazan7/fix/addDependency

fixing contribute to translations button
This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-16 10:51:58 -03:00 committed by GitHub
commit cf8360c54b
1 changed files with 1 additions and 1 deletions

View File

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