Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/about/aboutCtrl.js @ 12685

Last change on this file since 12685 was 12685, checked in by ascheibe, 9 years ago

#2413 merged r12583 and r12666 into stable

File size: 529 bytes
Line 
1(function () {
2    var module = appAboutPlugin.getAngularModule();
3    module.controller('app.about.ctrl', ['$scope', function($scope) {
4        $scope.mailToSupport = function () {
5            location.href = decryptString('U2FsdGVkX1/pCOITUzzsN36hx4sHh11FeVXkVyQ5b2KeZebFQ3KaNN8G9bKL3lU9');
6        };
7
8        $scope.mailToStefanWagner = function () {
9            location.href = decryptString('U2FsdGVkX1/Lzu8UFltiBl6VmBf9E0lmGna0+7o7cavCPwiCytBpSLsJoyhO9tl5hHCvJPVgsSndWdmGEuWrXw==');
10        };
11    }]);
12})();
Note: See TracBrowser for help on using the repository browser.