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 Jan 29, 2024. It is now read-only.
var $translate = $filter('translate');
$scope.titleDefault = $translate('EMPLOYEE_ADMIN_TAB_SEARCH');
on loading of application it's working fine but if i am Refreshing it,then it is showing the 'EMPLOYEE_ADMIN_TAB_SEARCH' as it is, i don't no why.
can any one please suggest me any solution for it.plz
Your environment
version of angular-translate
version of angular->1.4.7
which browser and its version ->Chrome latest
Steps to reproduce
Tell us how to reproduce this issue. Please provide a working demo, you can use this template as a base.
Expected behaviour
'EMPLOYEE_ADMIN_TAB_SEARCH' this is the key for json file from there it get the value like 'search tab' if we refresh the application also.
Actual behaviour
'EMPLOYEE_ADMIN_TAB_SEARCH' but if we refresh it is showing as it is simple text like 'EMPLOYEE_ADMIN_TAB_SEARCH' i dont no y.
The text was updated successfully, but these errors were encountered:
Subject of the issue
var $translate = $filter('translate');
$scope.titleDefault = $translate('EMPLOYEE_ADMIN_TAB_SEARCH');
on loading of application it's working fine but if i am Refreshing it,then it is showing the 'EMPLOYEE_ADMIN_TAB_SEARCH' as it is, i don't no why.
can any one please suggest me any solution for it.plz
Your environment
Steps to reproduce
Tell us how to reproduce this issue. Please provide a working demo, you can use this template as a base.
Expected behaviour
'EMPLOYEE_ADMIN_TAB_SEARCH' this is the key for json file from there it get the value like 'search tab' if we refresh the application also.
Actual behaviour
'EMPLOYEE_ADMIN_TAB_SEARCH' but if we refresh it is showing as it is simple text like 'EMPLOYEE_ADMIN_TAB_SEARCH' i dont no y.
The text was updated successfully, but these errors were encountered: