angular.js/docs/content
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
..
api docs(module): fixed module example and corrected typos 2012-09-06 16:06:23 -07:00
cookbook docs(cookbook): change prototype methods to scope methods in Buzz 2013-01-18 00:49:41 -05:00
guide feat(JQLite): ready() now supports document.readyState=='complete' 2013-02-25 15:32:14 -08:00
misc docs(contributing): add CLA anchor for deeplinking 2013-02-04 09:38:01 -08:00
tutorial docs(tutorial): remove extra back-tick character 2013-02-06 21:51:42 +01:00