Description
While integrating angular-timer in GlobaLeaks we have found out that angular-translate is not correctly using the $scope.language present in the parent controller. probably this would be valuable?
in addition while performing a real integration i found out that for most of my use cases (and i think most of the general use cases), an app has a set of languages that is different from the angular-timer; given the when i use language "antani" i would like angular-timer to evaluate if the language "antani" is present and if not i would like to have an automatic fallback on the english translation or a default possible configurable by the user application.
currently instead angular-timer raises an exception that is totally unuseful; a fallback would be better.