AngularJS + TypeScript Tip - Controller ViewModel
In my previous post on getting started with AngularJS and TypeScript, I went over some of the gotchas that took me awhile to work through such as minification and scope inheritance. Today I want to look at a tip to help ease the pain you might encounter when trying to use TypeScript with Angular and how to structure your controllers. You’ve Got Me. Who’s Got You? In the current version of AngularJS (1.…