mirror of
https://github.com/openstf/stf
synced 2025-10-03 09:49:17 +02:00
11 lines
153 B
JavaScript
11 lines
153 B
JavaScript
define([
|
|
'angular'
|
|
, './controllers/index'
|
|
]
|
|
, function(ng) {
|
|
return ng.module('app', [
|
|
'ngRoute'
|
|
, 'app.controllers'
|
|
])
|
|
}
|
|
)
|