updates for switch language cookies setting.

This commit is contained in:
kunw 2016-05-15 01:22:18 +08:00
parent 44c34ffd0e
commit 9615aa72f9

View File

@ -22,7 +22,7 @@
if(!language){
language = defaultLanguage;
}
$cookies.put('language', language, {'path': '/ng/'});
$cookies.put('language', language, {'path': '/'});
$window.location.reload();
},
'getCurrentLanguage': function() {