From 0de150af4c29987f3bd0531f549ed4b9fd4e3bb0 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 27 Jul 2016 18:30:35 +0100 Subject: [PATCH] docs(examples): give all examples a name --- docs/content/error/ngModel/numfmt.ngdoc | 2 +- docs/content/guide/$location.ngdoc | 2 +- docs/content/guide/accessibility.ngdoc | 4 ++-- docs/content/guide/animations.ngdoc | 4 ++-- docs/content/guide/compiler.ngdoc | 2 +- docs/content/guide/component.ngdoc | 2 +- docs/content/guide/controller.ngdoc | 6 ++--- docs/content/guide/directive.ngdoc | 28 +++++++++++------------ docs/content/guide/expression.ngdoc | 10 ++++----- docs/content/guide/filter.ngdoc | 6 ++--- docs/content/guide/forms.ngdoc | 16 ++++++------- docs/content/guide/module.ngdoc | 4 ++-- docs/content/guide/scope.ngdoc | 8 +++---- docs/content/guide/services.ngdoc | 2 +- src/Angular.js | 6 ++--- src/ng/anchorScroll.js | 4 ++-- src/ng/cacheFactory.js | 2 +- src/ng/compile.js | 2 +- src/ng/directive/attrs.js | 12 +++++----- src/ng/directive/form.js | 2 +- src/ng/directive/ngBind.js | 6 ++--- src/ng/directive/ngClass.js | 8 +++---- src/ng/directive/ngCloak.js | 2 +- src/ng/directive/ngEventDirs.js | 30 ++++++++++++------------- src/ng/directive/ngIf.js | 2 +- src/ng/directive/ngInclude.js | 2 +- src/ng/directive/ngInit.js | 2 +- src/ng/directive/ngModel.js | 2 +- src/ng/directive/ngNonBindable.js | 2 +- src/ng/directive/ngOptions.js | 2 +- src/ng/directive/ngPluralize.js | 2 +- src/ng/directive/ngRepeat.js | 2 +- src/ng/directive/ngShowHide.js | 4 ++-- src/ng/directive/ngStyle.js | 2 +- src/ng/directive/ngSwitch.js | 2 +- src/ng/directive/ngTransclude.js | 2 +- src/ng/directive/script.js | 2 +- src/ng/document.js | 2 +- src/ng/filter/filter.js | 2 +- src/ng/filter/filters.js | 8 +++---- src/ng/filter/limitTo.js | 2 +- src/ng/http.js | 2 +- src/ng/interpolate.js | 2 +- src/ng/interval.js | 2 +- src/ng/log.js | 2 +- src/ng/sce.js | 2 +- src/ng/window.js | 2 +- src/ngSanitize/filter/linky.js | 2 +- src/ngSanitize/sanitize.js | 2 +- src/ngTouch/directive/ngClick.js | 2 +- src/ngTouch/directive/ngSwipe.js | 4 ++-- 51 files changed, 117 insertions(+), 117 deletions(-) diff --git a/docs/content/error/ngModel/numfmt.ngdoc b/docs/content/error/ngModel/numfmt.ngdoc index 3451d26fdf84..d59248f79393 100644 --- a/docs/content/error/ngModel/numfmt.ngdoc +++ b/docs/content/error/ngModel/numfmt.ngdoc @@ -20,7 +20,7 @@ In this example, our model stores the number as a string, so we provide the `str directive to convert it into the format the `input[number]` directive expects. - + diff --git a/docs/content/guide/$location.ngdoc b/docs/content/guide/$location.ngdoc index 51b3cb4a2ed4..cc41d81c92a5 100644 --- a/docs/content/guide/$location.ngdoc +++ b/docs/content/guide/$location.ngdoc @@ -834,7 +834,7 @@ then uses the information it obtains to compose hashbang URLs (such as Because `$location` uses getters/setters, you can use `ng-model-options="{ getterSetter: true }"` to bind it to `ngModel`: - +
diff --git a/docs/content/guide/accessibility.ngdoc b/docs/content/guide/accessibility.ngdoc index 2e85d616f55a..411492060502 100644 --- a/docs/content/guide/accessibility.ngdoc +++ b/docs/content/guide/accessibility.ngdoc @@ -62,7 +62,7 @@ attributes (if they have not been explicitly specified by the developer): ### Example - +
+
<div> with ng-click and bindRoleForClick, tabindex set to false diff --git a/docs/content/guide/animations.ngdoc b/docs/content/guide/animations.ngdoc index 411a7bd3412b..82ad347e4d24 100644 --- a/docs/content/guide/animations.ngdoc +++ b/docs/content/guide/animations.ngdoc @@ -23,7 +23,7 @@ Animations are not available unless you include the {@link ngAnimate `ngAnimate` Below is a quick example of animations being enabled for `ngShow` and `ngHide`: - +