| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-17 | docs(ng): fix typo and line lengths | Oliver Schmidt | |
| Closes #5288 | |||
| 2013-10-23 | feat(docs): provide index pages for each angular module | Matias Niemelä | |
| 2013-08-22 | docs(module): improve the installation instructions for optional modules | Brian Ford | |
| Currently, the documentation does a bad job of explaining the distinction between the services that it provides, and the module itself. Furthermore, the instructions for using optional modules are inconsistent or missing. This commit addresses the problem by ading a new `{@installModule foo}` annotation to the docs generator that inlines the appropriate instructions based on the name of the module. | |||
| 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 | |||
