mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
chore(module): improved module prefix/suffix code
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||
* License: MIT
|
||||
*/
|
||||
(function(angular) {
|
||||
(function(window, angular, undefined) {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
|
||||
})(window.angular);
|
||||
})(window, window.angular);
|
||||
|
||||
Reference in New Issue
Block a user