Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/WebApp/plugins/plugins/pluginsCtrl.js @ 12419

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

#2388: Added WebApp and WebApp.Status plugin

File size: 227 bytes
Line 
1(function () {
2    var module = appPluginsModule.getAngularModule();
3    module.controller('app.plugins.ctrl',
4        ['$scope', function ($scope) {
5            $scope.test = "a test message";
6        }]
7    );
8})();
Note: See TracBrowser for help on using the repository browser.