Skip to content

Instantly share code, notes, and snippets.

@thoriqmacto
Last active August 29, 2015 14:06
Show Gist options
  • Save thoriqmacto/21a1ba0a5eb12804fe0f to your computer and use it in GitHub Desktop.
Save thoriqmacto/21a1ba0a5eb12804fe0f to your computer and use it in GitHub Desktop.
Javascript in closure for a good habit!
(function(){
var app = angular.module('foo',[]);
app.controller('FooController', function(){
// bla...bla...bla...
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment