You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe we could make the directive more effective for those who used previous version of angular.(and cant you one-time binding).
and then we could simplify choose between bo-translate and ng-translate.
so if we want one time binding translate(for string that never gonna changed) use ob-translate.
and if you want "bindable" one, use the default ng-translate.
It's needless to say that both directives will render again on call the .use function (when you change the language)
The text was updated successfully, but these errors were encountered:
maybe we could make the directive more effective for those who used previous version of angular.(and cant you one-time binding).
and then we could simplify choose between
bo-translate
andng-translate
.so if we want one time binding translate(for string that never gonna changed) use
ob-translate
.and if you want "bindable" one, use the default
ng-translate
.It's needless to say that both directives will render again on call the
.use
function (when you change the language)The text was updated successfully, but these errors were encountered: