fix(angular): goback navigation

This commit is contained in:
Manu Mtz.-Almeida
2018-03-29 18:41:46 +02:00
parent a36913e9db
commit 7b9a00e433
16 changed files with 165 additions and 167 deletions

View File

@@ -25,7 +25,7 @@ An array of buttons for the action sheet.
#### cssClass
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
@@ -101,7 +101,7 @@ An array of buttons for the action sheet.
#### css-class
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.

View File

@@ -34,7 +34,7 @@ Array of buttons to be added to the alert.
#### cssClass
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
@@ -129,7 +129,7 @@ Array of buttons to be added to the alert.
#### css-class
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.

View File

@@ -42,7 +42,7 @@ Optional text content to display in the loading indicator.
#### cssClass
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
@@ -133,7 +133,7 @@ Optional text content to display in the loading indicator.
#### css-class
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.

View File

@@ -59,26 +59,26 @@ For more information, see [Theming your App](/docs/theming/theming-your-app).
#### component
any
The component to display inside of the modal.
#### componentProps
The data to pass to the modal component.
#### cssClass
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
#### data
any
The data to pass to the modal component.
#### delegate
@@ -151,26 +151,26 @@ For more information, see [Theming your App](/docs/theming/theming-your-app).
#### component
any
The component to display inside of the modal.
#### component-props
The data to pass to the modal component.
#### css-class
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
#### data
any
The data to pass to the modal component.
#### delegate

View File

@@ -9,12 +9,12 @@
#### component
any
#### data
any
#### componentProps
#### url
@@ -26,12 +26,12 @@ string
#### component
any
#### data
any
#### component-props
#### url

View File

@@ -9,12 +9,12 @@
#### component
any
#### data
any
#### componentProps
#### url
@@ -26,12 +26,12 @@ string
#### component
any
#### data
any
#### component-props
#### url

View File

@@ -19,12 +19,12 @@ boolean
#### root
any
#### rootParams
any
#### swipeBackEnabled
@@ -46,12 +46,12 @@ boolean
#### root
any
#### root-params
any
#### swipe-back-enabled
@@ -81,11 +81,6 @@ boolean
#### getRouteId()
#### getViewById()
Return a view controller
#### getViews()

View File

@@ -25,7 +25,7 @@ Array of columns to be displayed in the picker.
#### cssClass
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
@@ -101,7 +101,7 @@ Array of columns to be displayed in the picker.
#### css-class
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.

View File

@@ -39,26 +39,26 @@ For more information, see [Theming your App](/docs/theming/theming-your-app).
#### component
string
The component to display inside of the popover.
#### componentProps
The data to pass to the popover component.
#### cssClass
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
#### data
any
The data to pass to the popover component.
#### delegate
@@ -145,26 +145,26 @@ For more information, see [Theming your App](/docs/theming/theming-your-app).
#### component
string
The component to display inside of the popover.
#### component-props
The data to pass to the popover component.
#### css-class
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
#### data
any
The data to pass to the popover component.
#### delegate

View File

@@ -52,7 +52,7 @@ Text to display in the close button.
#### cssClass
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.
@@ -143,7 +143,7 @@ Text to display in the close button.
#### css-class
string
Additional classes to apply for custom CSS. If multiple classes are
provided they should be separated by spaces.