aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular.suffix
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular.suffix')
-rw-r--r--src/angular.suffix9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/angular.suffix b/src/angular.suffix
index 7e86c5d5..3da27dc0 100644
--- a/src/angular.suffix
+++ b/src/angular.suffix
@@ -1,9 +1,6 @@
- window.onload = function(){
- try {
- if (previousOnLoad) previousOnLoad();
- } catch(e) {}
+ jqLite(document).ready(function(){
angularInit(angularJsConfig(document));
- };
+ });
-})(window, document, window.onload);
+})(window, document);