spraakbanken / korp-frontend

Frontend for Korp, a tool using the IMS Open Corpus Workbench (CWB).
https://spraakbanken.gu.se/en/tools/korp
MIT License
16 stars 8 forks source link

Rewrite: Remove globals #369

Open arildm opened 5 months ago

arildm commented 5 months ago

Code components cannot be appropriately encapsulated while variables live in the global scope. This primarily means properties added to window, but also $rootScope to some extension. Some usage may still be valid, especially of the latter.

window

$rootScope