mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 22:05:21 +02:00
Fairly overkill AngularJS + RequireJS UI for the mock login screen.
This commit is contained in:
19
app/auth/scripts/main.js
Normal file
19
app/auth/scripts/main.js
Normal file
@@ -0,0 +1,19 @@
|
||||
require.config({
|
||||
paths: {
|
||||
'angular': '../lib/angular/angular'
|
||||
, 'angular-route': '../lib/angular-route/angular-route'
|
||||
}
|
||||
, shim: {
|
||||
'angular': {
|
||||
exports: 'angular'
|
||||
}
|
||||
, 'angular-route': {
|
||||
deps: [
|
||||
'angular'
|
||||
]
|
||||
}
|
||||
}
|
||||
, deps: [
|
||||
'./bootstrap'
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user