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

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