Skip to content

Instantly share code, notes, and snippets.

@diegobfernandez
Created July 29, 2013 13:08
Show Gist options
  • Save diegobfernandez/6104185 to your computer and use it in GitHub Desktop.
Save diegobfernandez/6104185 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]" />
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
</body>
</html>
(function(ng) {
"use strict";
var myModule = ng.module("");
}(angular));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment