fix controllers

This commit is contained in:
Matias Alejo Garcia 2016-05-31 19:02:00 -03:00
commit 800ca91ad6
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
7 changed files with 13 additions and 10 deletions

View file

@ -1,7 +1,7 @@
'use strict';
angular.module('copayApp.controllers').controller('disclaimerController',
function($scope, $timeout, $log, profileService, isCordova, applicationService, gettextCatalog, uxLanguage, go) {
function($scope, $timeout, $log, profileService, applicationService, gettextCatalog, uxLanguage, go) {
var self = this;
self.tries = 0;
$scope.creatingProfile = true;