This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
angular.js
Watch
1
Star
0
Fork
You've already forked angular.js
0
mirror of
https://github.com/Hopiu/angular.js.git
synced
2026-03-18 07:50:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
037f30a0c9
angular.js
/
src
/
angular.suffix
7 lines
111 B
Text
Raw
Normal View
History
Unescape
Escape
clean up, fixes for app
2010-04-07 17:17:15 +00:00
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-09 08:57:24 +00:00
jqLite(document).ready(function(){
fix broken build, fix #autobind and css loading
2010-07-29 22:26:10 +00:00
angularInit(angularJsConfig(document));
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-09 08:57:24 +00:00
});
clean up, fixes for app
2010-04-07 17:17:15 +00:00
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-09 08:57:24 +00:00
})(window, document);
Reference in a new issue
Copy permalink