adding gettextcatalog

This commit is contained in:
Gabriel Bazán 2016-11-25 17:15:18 -03:00
commit e45e0cf17c

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.controllers').controller('addressbookAddController', function($scope, $state, $stateParams, $timeout, $ionicHistory, addressbookService, popupService) {
angular.module('copayApp.controllers').controller('addressbookAddController', function($scope, $state, $stateParams, $timeout, $ionicHistory, gettextCatalog, addressbookService, popupService) {
$scope.fromSendTab = $stateParams.fromSendTab;