atticoos / angular-translate-once

:currency_exchange: Extension of angular-translate for one time bindings
53 stars 11 forks source link

Gracefully handle translation key misses #10

Open atticoos opened 8 years ago

atticoos commented 8 years ago

If a translation key is provided, but doesn't exist in the localization, it should be handled gracefully.

In this situation, if the element has text inside of it, it should leave that text there.