aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular.suffix
diff options
context:
space:
mode:
authorMisko Hevery2010-04-07 14:13:28 -0700
committerMisko Hevery2010-04-07 14:13:28 -0700
commit3c5e0205f947fb1aef0eb1261f7d980600ab5482 (patch)
tree0684b2293f860927696a20c04f15b506faaf9343 /src/angular.suffix
parent6ea1ac7b05a4079bcda0356e095703d36ccdf6b3 (diff)
parent29309e0e5a5f5eafd0f948100417d63127d3332d (diff)
downloadangular.js-3c5e0205f947fb1aef0eb1261f7d980600ab5482.tar.bz2
Merge branch 'directives' of github.com:angular/angular.js into directives
Diffstat (limited to 'src/angular.suffix')
-rw-r--r--src/angular.suffix8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/angular.suffix b/src/angular.suffix
index c5754df2..36d73df2 100644
--- a/src/angular.suffix
+++ b/src/angular.suffix
@@ -1 +1,9 @@
+
+ window.onload = function(){
+ try {
+ if (previousOnLoad) previousOnLoad();
+ } catch(e) {}
+ angularInit(parseKeyValue(angularJsConfig(document)));
+ };
+
})(window, document, window.onload);