angular.js/docs
Jørgen Borgesen 753fc9e58d feat(JQLite): ready() now supports document.readyState=='complete'
JQLite.ready() used for automatic bootstrapping (when jQuery is not present)
now checks if document already is ready when first called. This simplifies
bootstrapping when the angular script is loaded asynchronously.

However if other scripts with angular app code are being loaded as well
it is developers responsibility to ensure that these scripts are loaded
after angular-loader.js is evaluated and before angular.js script is
evaluated.
2013-02-25 15:32:14 -08:00
..
content feat(JQLite): ready() now supports document.readyState=='complete' 2013-02-25 15:32:14 -08:00
img doc(guide): add concepts 2012-08-27 15:44:38 -07:00
spec chore(docs): improve docs parser type 2013-02-11 14:08:16 -08:00
src chore(docs): improve docs parser type 2013-02-11 14:08:16 -08:00