Created
June 20, 2014 10:47
-
-
Save evan-007/ea662c9e8e2a09d16077 to your computer and use it in GitHub Desktop.
why 3 angulars?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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