mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| data | ||
| DCLvsWindowOnLoad.html | ||
| jsonPerfSpec.js | ||
| noangular.html | ||
| testUtils.js | ||