diff options
Diffstat (limited to 'docs')
20 files changed, 20 insertions, 20 deletions
diff --git a/docs/content/guide/animations.ngdoc b/docs/content/guide/animations.ngdoc index 19147145..1699c275 100644 --- a/docs/content/guide/animations.ngdoc +++ b/docs/content/guide/animations.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Animations +@name Animations @description diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc index 7458762f..a3b0b00a 100644 --- a/docs/content/guide/bootstrap.ngdoc +++ b/docs/content/guide/bootstrap.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Bootstrap +@name Bootstrap @description # Overview diff --git a/docs/content/guide/compiler.ngdoc b/docs/content/guide/compiler.ngdoc index 8a17bef0..d551456a 100644 --- a/docs/content/guide/compiler.ngdoc +++ b/docs/content/guide/compiler.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: HTML Compiler +@name HTML Compiler @description <div class="alert alert-warning"> diff --git a/docs/content/guide/dev_guide.e2e-testing.ngdoc b/docs/content/guide/dev_guide.e2e-testing.ngdoc index 74280db3..b3d3fa94 100644 --- a/docs/content/guide/dev_guide.e2e-testing.ngdoc +++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc @@ -1,6 +1,6 @@ @workInProgress @ngdoc overview -@name Developer Guide: E2E Testing +@name E2E Testing @description **Angular Scenario Runner is in maintenance mode - If you're starting a new Angular project, diff --git a/docs/content/guide/dev_guide.services.$location.ngdoc b/docs/content/guide/dev_guide.services.$location.ngdoc index 87d90ebd..b3abd377 100644 --- a/docs/content/guide/dev_guide.services.$location.ngdoc +++ b/docs/content/guide/dev_guide.services.$location.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Angular Services: Using $location +@name Angular Services: Using $location @description # What does it do? diff --git a/docs/content/guide/dev_guide.services.creating_services.ngdoc b/docs/content/guide/dev_guide.services.creating_services.ngdoc index cdcd280b..d2d99157 100644 --- a/docs/content/guide/dev_guide.services.creating_services.ngdoc +++ b/docs/content/guide/dev_guide.services.creating_services.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Angular Services: Creating Services +@name Angular Services: Creating Services @description While Angular offers several useful services, for any nontrivial application you'll find it useful diff --git a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc b/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc index 3bbbe6b1..c06322fd 100644 --- a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc +++ b/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Angular Services: Injecting Services Into Controllers +@name Angular Services: Injecting Services Into Controllers @description Using services as dependencies for controllers is very similar to using services as dependencies diff --git a/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc b/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc index 8803eb0d..e9d8be8c 100644 --- a/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc +++ b/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Angular Services: Managing Service Dependencies +@name Angular Services: Managing Service Dependencies @description Angular allows services to declare other services as dependencies needed for construction of their diff --git a/docs/content/guide/dev_guide.services.ngdoc b/docs/content/guide/dev_guide.services.ngdoc index cb950b96..29eba46f 100644 --- a/docs/content/guide/dev_guide.services.ngdoc +++ b/docs/content/guide/dev_guide.services.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Angular Services +@name Angular Services @description Services are a feature that Angular brings to client-side web apps from the server side, where diff --git a/docs/content/guide/dev_guide.services.testing_services.ngdoc b/docs/content/guide/dev_guide.services.testing_services.ngdoc index e79a483a..67a1635d 100644 --- a/docs/content/guide/dev_guide.services.testing_services.ngdoc +++ b/docs/content/guide/dev_guide.services.testing_services.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Angular Services: Testing Angular Services +@name Angular Services: Testing Angular Services @description The following is a unit test for the 'notify' service in the 'Dependencies' example in {@link diff --git a/docs/content/guide/dev_guide.services.understanding_services.ngdoc b/docs/content/guide/dev_guide.services.understanding_services.ngdoc index 8ebbed63..b1750884 100644 --- a/docs/content/guide/dev_guide.services.understanding_services.ngdoc +++ b/docs/content/guide/dev_guide.services.understanding_services.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Angular Services: Understanding Angular Services +@name Angular Services: Understanding Angular Services @description ## What are Angular Services? diff --git a/docs/content/guide/dev_guide.templates.css-styling.ngdoc b/docs/content/guide/dev_guide.templates.css-styling.ngdoc index 3d156790..b5a3608e 100644 --- a/docs/content/guide/dev_guide.templates.css-styling.ngdoc +++ b/docs/content/guide/dev_guide.templates.css-styling.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Templates: Working With CSS in Angular +@name Templates: Working With CSS in Angular @description diff --git a/docs/content/guide/dev_guide.unit-testing.ngdoc b/docs/content/guide/dev_guide.unit-testing.ngdoc index 6be877e6..2fba61a3 100644 --- a/docs/content/guide/dev_guide.unit-testing.ngdoc +++ b/docs/content/guide/dev_guide.unit-testing.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Unit Testing +@name Unit Testing @description JavaScript is a dynamically typed language which comes with great power of expression, but it also diff --git a/docs/content/guide/di.ngdoc b/docs/content/guide/di.ngdoc index dde41dcb..f6d98691 100644 --- a/docs/content/guide/di.ngdoc +++ b/docs/content/guide/di.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Dependency Injection +@name Dependency Injection @description # Dependency Injection diff --git a/docs/content/guide/expression.ngdoc b/docs/content/guide/expression.ngdoc index eda2f4b7..b0d6c836 100644 --- a/docs/content/guide/expression.ngdoc +++ b/docs/content/guide/expression.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Expressions +@name Expressions @description Expressions are JavaScript-like code snippets that are usually placed in bindings such as `{{ diff --git a/docs/content/guide/i18n.ngdoc b/docs/content/guide/i18n.ngdoc index 9be65c0a..b881f5b1 100644 --- a/docs/content/guide/i18n.ngdoc +++ b/docs/content/guide/i18n.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: i18n and l10n +@name i18n and l10n @description # I18n and L10n in AngularJS diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc index 7a1c828c..d66fd0b4 100644 --- a/docs/content/guide/ie.ngdoc +++ b/docs/content/guide/ie.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Internet Explorer Compatibility +@name Internet Explorer Compatibility @description # Overview diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index 17cadb77..ad5fde13 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Modules +@name Modules @description # What is a Module? diff --git a/docs/content/guide/providers.ngdoc b/docs/content/guide/providers.ngdoc index 84136563..648be74a 100644 --- a/docs/content/guide/providers.ngdoc +++ b/docs/content/guide/providers.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Providers +@name Providers @description # Providers diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index f13350fa..39c7a565 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Developer Guide: Scopes +@name Scopes @description # What are Scopes? |
