aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular.suffix
blob: 7e86c5d581951168870e6226d6a42942122ce0ea (plain)
1
2
3
4
5
6
7
8
9
  window.onload = function(){
    try {
      if (previousOnLoad) previousOnLoad();
    } catch(e) {}
    angularInit(angularJsConfig(document));
  };

})(window, document, window.onload);