diff options
| author | fxrnando <vook2000@hotmail.com> | 2016-11-24 10:23:10 -0500 |
|---|---|---|
| committer | fxrnando <vook2000@hotmail.com> | 2016-11-24 10:23:10 -0500 |
| commit | 137aecd7f67717698acb21d8683058518233ac6a (patch) | |
| tree | ab618719ee8d9bc3fd5f20d9ddddf34c0ba55fc5 /www/js/DataModel.js | |
| parent | aa2400f4a7566c070a17c1328e7d6267c6097d7e (diff) | |
2nd try to commit
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index f1df7a83..df7d7fdf 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -54,6 +54,10 @@ angular.module('zmApp.controllers') text: 'العربية', value: 'ar' }, + { + text: 'Español', + value: 'es' + }, /* { text: 'Hindi', value: 'hi' |
