onboarding allow push notifications

This commit is contained in:
Gabriel Bazán 2016-08-29 11:56:31 -03:00
commit effbd098a6
8 changed files with 36 additions and 28 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.controllers').controller('backupRequestController', function($rootScope, $scope, $state, $ionicPopup, $stateParams, profileService, walletService) {
angular.module('copayApp.controllers').controller('backupRequestController', function($scope, $state, $ionicPopup) {
$scope.openPopup = function() {
var backupLaterPopup = $ionicPopup.show({