Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/about/aboutCtrl.js @ 12586

Last change on this file since 12586 was 12586, checked in by dglaser, 9 years ago

#2388: Merged trunk into HiveStatistics branch

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.