diff --git a/docs/vue/lifecycle.md b/docs/vue/lifecycle.md index 1c144b53d61..fe0e8ad01aa 100644 --- a/docs/vue/lifecycle.md +++ b/docs/vue/lifecycle.md @@ -10,12 +10,12 @@ This guide discusses how to use the Ionic Framework Lifecycle events in an Ionic Ionic Framework provides a few lifecycle methods that you can use in your apps: -| Event Name | Description | +| Event Name | Description | | ------------------ | ------------------------------------------------------------------ | | `ionViewWillEnter` | Fired when the component routing to is about to animate into view. | -| `ionViewDidEnter` | Fired when the component routing to has _finished_ animating. | -| `ionViewWillLeave` | Fired when the component routing _from_ is about to animate. | -| `ionViewDidLeave` | Fired when the component routing _from_ has _finished_ animating. | +| `ionViewDidEnter` | Fired when the component routing to has _finished_ animating. | +| `ionViewWillLeave` | Fired when the component routing _from_ is about to animate. | +| `ionViewDidLeave` | Fired when the component routing _from_ has _finished_ animating. | These lifecycles are only called on components directly mapped by a router. This means if `/pageOne` maps to `PageOneComponent`, then Ionic lifecycles will be called on `PageOneComponent` but will not be called on any child components that `PageOneComponent` may render. diff --git a/static/usage/v7/input/label-slot/index.md b/static/usage/v7/input/label-slot/index.md index 24328d5cd70..5161508076b 100644 --- a/static/usage/v7/input/label-slot/index.md +++ b/static/usage/v7/input/label-slot/index.md @@ -5,8 +5,4 @@ import react from './react.md'; import vue from './vue.md'; import angular from './angular.md'; - + diff --git a/static/usage/v7/input/label-slot/react.md b/static/usage/v7/input/label-slot/react.md index d4bc7902935..144a7e80e97 100644 --- a/static/usage/v7/input/label-slot/react.md +++ b/static/usage/v7/input/label-slot/react.md @@ -7,7 +7,9 @@ function Example() { -
Email (Required)
+
+ Email (Required) +
diff --git a/static/usage/v7/input/no-visible-label/index.md b/static/usage/v7/input/no-visible-label/index.md index de0fe522748..715c46e475f 100644 --- a/static/usage/v7/input/no-visible-label/index.md +++ b/static/usage/v7/input/no-visible-label/index.md @@ -5,8 +5,4 @@ import react from './react.md'; import vue from './vue.md'; import angular from './angular.md'; - + diff --git a/static/usage/v7/list/inset/index.md b/static/usage/v7/list/inset/index.md index c77760038a7..db7339d24eb 100644 --- a/static/usage/v7/list/inset/index.md +++ b/static/usage/v7/list/inset/index.md @@ -6,9 +6,9 @@ import vue from './vue.md'; import angular from './angular.md'; diff --git a/static/usage/v7/range/basic/index.md b/static/usage/v7/range/basic/index.md index 7da08dbd165..49aed4c5b42 100644 --- a/static/usage/v7/range/basic/index.md +++ b/static/usage/v7/range/basic/index.md @@ -7,4 +7,4 @@ import react from './react.md'; import vue from './vue.md'; import angular from './angular.md'; - \ No newline at end of file + diff --git a/static/usage/v7/range/label-slot/angular.md b/static/usage/v7/range/label-slot/angular.md index 83ae393896e..a1942046521 100644 --- a/static/usage/v7/range/label-slot/angular.md +++ b/static/usage/v7/range/label-slot/angular.md @@ -1,7 +1,5 @@ ```html -
- Label with custom HTML -
+
Label with custom HTML
``` diff --git a/static/usage/v7/range/label-slot/demo.html b/static/usage/v7/range/label-slot/demo.html index 8364ee4e28c..1a39163e66f 100644 --- a/static/usage/v7/range/label-slot/demo.html +++ b/static/usage/v7/range/label-slot/demo.html @@ -20,9 +20,7 @@
-
- Label with custom HTML -
+
Label with custom HTML
diff --git a/static/usage/v7/range/label-slot/javascript.md b/static/usage/v7/range/label-slot/javascript.md index 83ae393896e..a1942046521 100644 --- a/static/usage/v7/range/label-slot/javascript.md +++ b/static/usage/v7/range/label-slot/javascript.md @@ -1,7 +1,5 @@ ```html -
- Label with custom HTML -
+
Label with custom HTML
``` diff --git a/static/usage/v7/range/label-slot/vue.md b/static/usage/v7/range/label-slot/vue.md index 56765cdd14d..b67e731d684 100644 --- a/static/usage/v7/range/label-slot/vue.md +++ b/static/usage/v7/range/label-slot/vue.md @@ -1,9 +1,7 @@ ```html diff --git a/static/usage/v7/range/labels/demo.html b/static/usage/v7/range/labels/demo.html index b44cc98584e..7357f88d861 100644 --- a/static/usage/v7/range/labels/demo.html +++ b/static/usage/v7/range/labels/demo.html @@ -21,13 +21,13 @@
- +
- + - +
- +
diff --git a/static/usage/v7/select/label-slot/react.md b/static/usage/v7/select/label-slot/react.md index 30dd46d7532..a903897a65b 100644 --- a/static/usage/v7/select/label-slot/react.md +++ b/static/usage/v7/select/label-slot/react.md @@ -7,7 +7,9 @@ function Example() { -
Favorite Fruit (Required)
+
+ Favorite Fruit (Required) +
Apple Banana Orange diff --git a/static/usage/v7/select/label-slot/vue.md b/static/usage/v7/select/label-slot/vue.md index 4bdeb67e1d0..8c8a8dd8be5 100644 --- a/static/usage/v7/select/label-slot/vue.md +++ b/static/usage/v7/select/label-slot/vue.md @@ -2,12 +2,12 @@ diff --git a/static/usage/v7/select/no-visible-label/vue.md b/static/usage/v7/select/no-visible-label/vue.md index 1d3753d58f8..038d7d32130 100644 --- a/static/usage/v7/select/no-visible-label/vue.md +++ b/static/usage/v7/select/no-visible-label/vue.md @@ -2,11 +2,11 @@ diff --git a/static/usage/v7/textarea/label-slot/index.md b/static/usage/v7/textarea/label-slot/index.md index 8af442e5bce..a9f9136612b 100644 --- a/static/usage/v7/textarea/label-slot/index.md +++ b/static/usage/v7/textarea/label-slot/index.md @@ -5,8 +5,4 @@ import react from './react.md'; import vue from './vue.md'; import angular from './angular.md'; - + diff --git a/static/usage/v7/textarea/label-slot/react.md b/static/usage/v7/textarea/label-slot/react.md index 648c0aafb04..4c58fdf2a7b 100644 --- a/static/usage/v7/textarea/label-slot/react.md +++ b/static/usage/v7/textarea/label-slot/react.md @@ -7,7 +7,9 @@ function Example() { -
Comments (Required)
+
+ Comments (Required) +
diff --git a/static/usage/v7/textarea/no-visible-label/index.md b/static/usage/v7/textarea/no-visible-label/index.md index ca0024ae17c..411fc52d502 100644 --- a/static/usage/v7/textarea/no-visible-label/index.md +++ b/static/usage/v7/textarea/no-visible-label/index.md @@ -5,8 +5,4 @@ import react from './react.md'; import vue from './vue.md'; import angular from './angular.md'; - +