deleting unnecessary timeout
This commit is contained in:
parent
f237c783a9
commit
caa25a5124
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
angular.module('copayApp.services')
|
||||
.factory('uxLanguage', function languageService($log, $timeout, lodash, gettextCatalog, amMoment, configService) {
|
||||
.factory('uxLanguage', function languageService($log, lodash, gettextCatalog, amMoment, configService) {
|
||||
var root = {};
|
||||
|
||||
root.availableLanguages = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue