Monthly Archives: September 2013

Use SlowCheetah for Web.config transform previews

I’m only two years late to this game, but I finally needed to use web.config transforms on a project. Scott Hanselman has a helpful post on it.

Posted in Uncategorized | Comments Off on Use SlowCheetah for Web.config transform previews

Don’t put ng-app and ng-view on the same element.

I was having a problem where Angular’s routing system wasn’t working in my application. After some experimentation I found this out: If you have an element like then links which go to known routes won’t get handled by Angular’s, rather, … Continue reading

Posted in Development | Tagged , , , , , , | Comments Off on Don’t put ng-app and ng-view on the same element.