mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
4 lines
80 B
JavaScript
4 lines
80 B
JavaScript
define(['angular'], function(ng) {
|
|
return ng.module('app.controllers', [])
|
|
})
|