mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
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 |
||
|---|---|---|
| .. | ||
| bootstrap.ngdoc | ||
| compiler.ngdoc | ||
| dev_guide.e2e-testing.ngdoc | ||
| dev_guide.mvc.ngdoc | ||
| dev_guide.mvc.understanding_controller.ngdoc | ||
| dev_guide.mvc.understanding_model.ngdoc | ||
| dev_guide.mvc.understanding_view.ngdoc | ||
| dev_guide.services.$location.ngdoc | ||
| dev_guide.services.creating_services.ngdoc | ||
| dev_guide.services.injecting_controllers.ngdoc | ||
| dev_guide.services.managing_dependencies.ngdoc | ||
| dev_guide.services.ngdoc | ||
| dev_guide.services.testing_services.ngdoc | ||
| dev_guide.services.understanding_services.ngdoc | ||
| dev_guide.templates.css-styling.ngdoc | ||
| dev_guide.templates.databinding.ngdoc | ||
| dev_guide.templates.filters.creating_filters.ngdoc | ||
| dev_guide.templates.filters.ngdoc | ||
| dev_guide.templates.filters.using_filters.ngdoc | ||
| dev_guide.templates.ngdoc | ||
| dev_guide.unit-testing.ngdoc | ||
| di.ngdoc | ||
| directive.ngdoc | ||
| expression.ngdoc | ||
| forms.ngdoc | ||
| i18n.ngdoc | ||
| ie.ngdoc | ||
| index.ngdoc | ||
| introduction.ngdoc | ||
| module.ngdoc | ||
| overview.ngdoc | ||
| scope.ngdoc | ||
| type.ngdoc | ||