Skip to content

Instantly share code, notes, and snippets.

@pichsenmeister
Created August 15, 2013 20:50
Show Gist options
  • Save pichsenmeister/6244746 to your computer and use it in GitHub Desktop.
Save pichsenmeister/6244746 to your computer and use it in GitHub Desktop.
angularJS and typescript includes
/// <reference path='libs/angular.d.ts' />
/// <reference path='models/MyModel.ts' />
/// <reference path='controllers/FirstCtrl.ts' />+
/// <reference path='controllers/SecCtrl.ts' />
/// <reference path='app.ts' />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment