Fixed language initialization.

Fixed Device List details.
This commit is contained in:
Gunther Brunner
2014-05-29 00:46:07 +09:00
parent 1d974936e4
commit 0901a1a5f7
5 changed files with 52 additions and 27 deletions

View File

@@ -1,3 +1,3 @@
module.exports = function LayoutCtrl(FatalMessageService) {
module.exports = function LayoutCtrl(FatalMessageService, LanguageService) {
LanguageService.init()
}