mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Rename auth/mock resources to auth-mock for now.
This commit is contained in:
11
res/auth-mock/scripts/app.js
Normal file
11
res/auth-mock/scripts/app.js
Normal file
@@ -0,0 +1,11 @@
|
||||
define([
|
||||
'angular'
|
||||
, './controllers/index'
|
||||
]
|
||||
, function(ng) {
|
||||
return ng.module('app', [
|
||||
'ngRoute'
|
||||
, 'app.controllers'
|
||||
])
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user