angular.js/docs/content/misc
Igor Minar f16150d5f1 docs(*): simplify doc urls
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-12 00:10:18 -07:00
..
contribute.ngdoc docs(guide/tutorial/misc): sync with google docs 2011-09-02 10:44:19 -07:00
downloading.ngdoc docs(*): fixing various docs 2012-03-13 23:17:43 -07:00
faq.ngdoc docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
started.ngdoc docs(scope): rewrite 2012-06-02 16:02:07 -07:00