Add upload and installation errors.

This commit is contained in:
Gunther Brunner
2014-09-04 16:10:42 +09:00
parent 7ea5dd2777
commit 2f172c2fda
14 changed files with 165 additions and 69 deletions

View File

@@ -2,7 +2,7 @@
module.exports = function LanguageProvider(AppStateProvider) {
var provider = {
selectedLanguage: 'en'
selectedLanguage: 'ja' // default
}
var a = AppStateProvider.$get()