Closed
Description
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?
Metadata
Metadata
Assignees
Labels
No labels