| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-25 | feat(JQLite): ready() now supports document.readyState=='complete' | Jørgen Borgesen | |
| 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. | |||
| 2012-08-30 | doc(devguide) - Fix typos and small grammatical errors in the developer guide. | Steve Nicolai | |
| 2012-08-30 | docs(typos): fix typos in dev guide | Tyson Benson | |
| 2012-07-16 | fix(docs): Fix spelling, punctuation and grammatical errors on dev guide ↵ | Jamie Krug | |
| bootstrap page. | |||
| 2012-06-12 | docs(*): simplify doc urls | Igor Minar | |
| we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions | |||
| 2012-06-02 | merge cleanup | Misko Hevery | |
| 2012-06-02 | doc(guide): clean up broken links | Misko Hevery | |
| 2012-06-02 | docs(bootstrap): rewritten bootstrap guide | Misko Hevery | |
| 2011-06-06 | yet another docs batch | Igor Minar | |
| 2011-06-06 | Move documentation under individual headings | Misko Hevery | |
