source:
trunk/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/login/login.js
@
15653
Last change on this file since 15653 was 12428, checked in by ascheibe, 10 years ago | |
---|---|
File size: 347 bytes |
Rev | Line | |
---|---|---|
[12428] | 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.