angular.js/docs/content/cookbook
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
..
advancedform.ngdoc feat($compile): do not interpolate boolean attributes, rather evaluate them 2012-03-26 21:14:09 -07:00
buzz.ngdoc docs(*): fix various outdated docs and examples 2012-06-10 09:01:42 -07:00
deeplinking.ngdoc docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
form.ngdoc docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
helloworld.ngdoc docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
index.ngdoc docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
mvc.ngdoc docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00