mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Fairly overkill AngularJS + RequireJS UI for the mock login screen.
This commit is contained in:
parent
24825ff7fc
commit
2b46ff41d3
13 changed files with 178 additions and 3 deletions
6
app/auth/scripts/controllers/index.js
Normal file
6
app/auth/scripts/controllers/index.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
define([
|
||||
'./SignInCtrl'
|
||||
]
|
||||
, function() {
|
||||
}
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue