I figured out what the problem was. I am using Visual Studio -> web Typescript project files to do web development. It comes with an integrated web server that you just click and run.
I had duplicated a working project and modified the duplicate copy. Turns out that when you do this, Visual Studio hosts files from your *old* project location. When those files are nearly identical to your new files, this can cause for quite the confusion. For anyone curious to learn more: http://stackoverflow.com/questions/20479949/visual-studio-2012-launches-wrong-project-for-debugging -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
