Skip to content

Instantly share code, notes, and snippets.

@swak
Last active September 28, 2015 03:12
Show Gist options
  • Save swak/7869aa8d45504eac4e62 to your computer and use it in GitHub Desktop.
Save swak/7869aa8d45504eac4e62 to your computer and use it in GitHub Desktop.
Common Wrapped Angular JavaScript Script Template
(function () {
var app = angular.module('app', []);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment