Pete Bacon Darwin 6ce940315b fix(ivy): i18n - remove translate function when clearing translations ()
The `loadTranslations()` function will attach the `translate()` function
to `$localize.translate` to cause runtime translation to occur.

We should cleanup after ourselves by unattaching this function when
we call `clearTranslations()`.

Fixes 

PR Close 
2019-12-11 13:19:22 -08:00
..