aboutsummaryrefslogtreecommitdiffstats
path: root/perf
diff options
context:
space:
mode:
Diffstat (limited to 'perf')
-rw-r--r--perf/DCLvsWindowOnLoad.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/perf/DCLvsWindowOnLoad.html b/perf/DCLvsWindowOnLoad.html
index b44b9114..88a51ab2 100644
--- a/perf/DCLvsWindowOnLoad.html
+++ b/perf/DCLvsWindowOnLoad.html
@@ -5,13 +5,13 @@ This test demonstrates the time difference between document's DOMContentLoaded a
-->
<html>
- <head>
+ <head ng:app>
<script>
startTS = new Date().getTime();
onDOMContentLoadedTS = 0; // default for browsers where DOMCL is not supported
</script>
<title>DOMContentLoaded test</title>
- <script src="../build/angular.min.js" ng:autobind></script>
+ <script src="../build/angular.min.js"></script>
<script>
angular.element(document).bind('DOMContentLoaded', function(e) {onDOMContentLoadedTS = new Date().getTime()});
angular.element(window).bind('load', function(e) {
@@ -34,4 +34,4 @@ This test demonstrates the time difference between document's DOMContentLoaded a
<p id="log"></p>
</body>
-</html> \ No newline at end of file
+</html>