1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00
OpenSTF/res/app/layout/layout-controller.js
Gunther Brunner 0901a1a5f7 Fixed language initialization.
Fixed Device List details.
2014-05-29 01:40:38 +09:00

3 lines
104 B
JavaScript

module.exports = function LayoutCtrl(FatalMessageService, LanguageService) {
LanguageService.init()
}