Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/login/login.js @ 12428

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

#2394 added web app and status page to trunk

File size: 347 bytes
Line 
1var appLoginPlugin = app.registerPlugin('login');
2(function () {
3    var plugin = appLoginPlugin;
4    plugin.dependencies = ['ngResource', 'ui.bootstrap'];
5    plugin.files = [
6        'loginCtrl.js',
7        'login.css'
8    ];
9    plugin.view = 'login.cshtml';
10    plugin.controller = 'app.login.ctrl';
11    plugin.routes = [];
12})();
Note: See TracBrowser for help on using the repository browser.