Skip to content

Instantly share code, notes, and snippets.

@evan-007
Created June 20, 2014 10:47
Show Gist options
  • Save evan-007/ea662c9e8e2a09d16077 to your computer and use it in GitHub Desktop.
Save evan-007/ea662c9e8e2a09d16077 to your computer and use it in GitHub Desktop.
why 3 angulars?
var app = angular.module('app', []);
(function(){
angular.module('app', []);
});
angular.module('app', []);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment