'use strict'; angular.module('copay.import').controller('ImportController', function($scope, $rootScope) { $scope.title = 'Import a backup'; });