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`: - +