diff options
| author | Luis Jorge dos Santos Pinho <lj.pinho@gmail.com> | 2016-07-29 09:31:21 +0100 |
|---|---|---|
| committer | Luis Jorge dos Santos Pinho <lj.pinho@gmail.com> | 2016-07-29 09:31:21 +0100 |
| commit | a107f99184fa62a320f74f631c0db3499a2d782b (patch) | |
| tree | 664020b28a6f01a24d82d8715fa331afb6326daf /www/js/DataModel.js | |
| parent | 2a9ce609bb286ae01b0e3bda9f096670d2050f15 (diff) | |
| parent | e5afebe75c1f476f409ca3ec95a940acd05c4231 (diff) | |
Merge remote-tracking branch 'upstream/master'
Former-commit-id: 4f6ce2f34f558bcdfd5f7542ca32133f7a4fb4f9
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 bd699971..df92729e 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -33,6 +33,10 @@ angular.module('zmApp.controllers') { text: 'Italian', value: 'it' + }, + { + text: 'Portugese', + value: 'pt' } ]; |
