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
I have language defined as below and it works as expected.
$scope.localLang = {
selectAll : "Tick all",
selectNone : "Tick none",
reset : "Undo all"
search : "Type here to search...",
nothingSelected : "Nothing is selected"
}
But when I change/update $scope.localLang the UI doesn't reflect the same. Shouldn't it update the labels to serve the purpose of angular?