diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/angular.prefix | 10 | ||||
| -rw-r--r-- | src/angular.suffix | 2 | ||||
| -rw-r--r-- | src/moveToAngularCom/directivesAngularCom.js (renamed from src/directivesAngularCom.js) | 0 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/angular.prefix b/src/angular.prefix index 26a8429f..0552b2ed 100644 --- a/src/angular.prefix +++ b/src/angular.prefix @@ -1,18 +1,18 @@ /** * The MIT License - * + * * Copyright (c) 2010 Adam Abrons and Misko Hevery http://getangular.com - * + * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: - * + * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -21,4 +21,4 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -(function(window, document){ +(function(window, document, onLoadDelegate){ diff --git a/src/angular.suffix b/src/angular.suffix index 4b3cc37b..c5754df2 100644 --- a/src/angular.suffix +++ b/src/angular.suffix @@ -1 +1 @@ -})(window, document);
\ No newline at end of file +})(window, document, window.onload); diff --git a/src/directivesAngularCom.js b/src/moveToAngularCom/directivesAngularCom.js index 84032bdd..84032bdd 100644 --- a/src/directivesAngularCom.js +++ b/src/moveToAngularCom/directivesAngularCom.js |
