'use strict'; angular.module('copay.backup').controller('BackupController', function($scope, $rootScope, $location) { $scope.title = 'Backup'; });