define(function() { 'use strict'; var LoginExistingCtrl = function($scope) { $scope.confirmPassphrase = function() { window.alert('Not implemented yet!'); }; }; return LoginExistingCtrl; });