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
{{ message }}
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.
There is an ng-if in the default translate template that creates its own scope (this changed in AngularJS 1.3) and that's why the message is not shown.
Possible solution: use ng-show instead of ng-if.
The text was updated successfully, but these errors were encountered:
There is an
ng-if
in the default translate template that creates its own scope (this changed in AngularJS 1.3) and that's why the message is not shown.Possible solution: use
ng-show
instead ofng-if
.The text was updated successfully, but these errors were encountered: