angular.js/perf
Igor Minar c79aba92f6 bootstrap angular on "document ready" instead of window.onload
- use jqLite api to bootstrap angular
- when jQuery is present DOMContentLoaded or hacks for IE are used
- when jqLite is present DOMContentLoaded is used for modern browsers
  and IE9 and window.onload is used for other browsers.
- test html for comparing DOMContentLoaded with window.onload

Closes #224
2011-01-10 10:24:12 -08:00
..
data simple perf testing harness with JSON parsing tests 2010-12-22 14:16:36 -08:00
DCLvsWindowOnLoad.html bootstrap angular on "document ready" instead of window.onload 2011-01-10 10:24:12 -08:00
jsonPerfSpec.js fromJson delegation to native JSON parser if available 2010-12-22 14:16:36 -08:00
noangular.html change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
testUtils.js simple perf testing harness with JSON parsing tests 2010-12-22 14:16:36 -08:00