fixes in controllers

This commit is contained in:
Matias Alejo Garcia 2016-05-31 18:56:02 -03:00
commit a1644a32d8
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
'use strict';
angular.module('copayApp.controllers').controller('importController',
function($scope, $rootScope, $location, $timeout, $log, profileService, configService, notification, go, sjcl, gettext, lodash, ledger, trezor, derivationPathHelper) {
function($scope, $rootScope, $location, $timeout, $log, profileService, configService, notification, go, sjcl, gettext, lodash, ledger, trezor, derivationPathHelper, platformInfo) {
var isChromeApp = platformInfo.isChromeApp;
var isDevel = platformInfo.isDevel;