Skip to content

UI labels does not update on update of translation variable. #421

Closed
@bjdash

Description

@bjdash

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions