Open arildm opened 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
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