Tag: Javascript

Blog

Angular IE Caching issue for $http

All the ajax calls that are sent from the IE and Edge are cached by Angular and I don’t get the right data from…

Blog

Preserving the scope in TypeScript

Every JavaScript developer had to deal at some point with the issue of referencing Lexical Scope (also called Static Scope). A common issue is…