Skip to content

Instantly share code, notes, and snippets.

@mnichols
Created October 17, 2014 15:38
Show Gist options
  • Save mnichols/e10919f68ec13fc2a48f to your computer and use it in GitHub Desktop.
Save mnichols/e10919f68ec13fc2a48f to your computer and use it in GitHub Desktop.
angular-shim.js
//index.html -> puts angular on global
<script src="http://cdn.to.angular.js"></script>
//angular-shim.js
module.exports = angular
//package.json
{
"browser": {
"angular": "./client/angular-shim.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment