dhoko / angular-ngBabelfish

Internationalization module for angular.js, it's magic !
MIT License
11 stars 3 forks source link

[bug] common values override by language #21

Closed dhoko closed 10 years ago

dhoko commented 10 years ago

L:109

currentPageTranslation = angular.extend(common, {languages: i18n.available}, i18n.data[lang][page]);

it should have common as the second arguments.