source:
stable/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/login/login.js
Last change on this file was 12428, checked in by ascheibe, 9 years ago | |
---|---|
File size: 347 bytes |
Line | |
---|---|
1 | var 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.