Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/WebApp/plugins/login/login.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: 365 bytes
Line 
1var appLoginModule = app.registerModule('login');
2(function () {
3    var module = appLoginModule;
4    module.dependencies = ['ngResource', 'ui.bootstrap'];
5    module.files = [
6        'loginCtrl.js',
7        'login.css'
8    ];
9    module.view = 'login.cshtml';
10    module.controller = appLoginModule.getControllerName();
11    module.routes = [];
12})();
Note: See TracBrowser for help on using the repository browser.