Added Restart Device functionality.

Added device status to Fatal Message modal.
Added auto-reconnect to Fatal Message modal.
This commit is contained in:
Gunther Brunner
2014-06-19 21:13:20 +09:00
parent 694d621794
commit aebeb4d357
5 changed files with 47 additions and 25 deletions

View File

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