fix controllers
This commit is contained in:
parent
a1644a32d8
commit
800ca91ad6
7 changed files with 13 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('preferencesGlideraController',
|
||||
function($scope, $modal, $timeout, profileService, applicationService, glideraService, storageService, isChromeApp, animationService) {
|
||||
function($scope, $modal, $timeout, profileService, applicationService, glideraService, storageService, animationService) {
|
||||
|
||||
this.getEmail = function(token) {
|
||||
var self = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue