diff --git a/src/components/fab/fab.ts b/src/components/fab/fab.ts
index 6a1368d2b7..570067a511 100755
--- a/src/components/fab/fab.ts
+++ b/src/components/fab/fab.ts
@@ -11,20 +11,19 @@ import { isTrueProperty } from '../../util/util';
* @module ionic
*
* @description
- * FABs (Floating Action Buttons) are standard material design components but in Ionic, they can be used across any platform.
- * They are shaped as a circle that represents a promoted action. When pressed, it may contain more related actions.
- *
- * FABs as its name suggests are floating over the content in a fixed position. This is not achieved exclusively with ``
- * but it has to wrapped with the `` component, like this:
+ * FABs (Floating Action Buttons) are standard material design components. They are shaped as a circle that represents a promoted action. When pressed, it may contain more related actions.
+ * FABs as its name suggests are floating over the content in a fixed position. This is not achieved exclusively with `` but it has to wrapped with the `` component, like this:
*
* ```html
- *
- *
- *
- *
+ *
+ *
+ *
+ *
+ *
*
- *
- *
+ *
+ *
+ *
*
* ```
*
@@ -66,6 +65,9 @@ import { isTrueProperty } from '../../util/util';
})
export class FabButton extends Ion {
+ /**
+ * @private
+ */
ngAfterContentInit() {
this.setElementClass('fab-button', true); // set role
}
@@ -95,6 +97,9 @@ export class FabButton extends Ion {
}
+ /**
+ * @private
+ */
setActiveClose(closeVisible: boolean) {
this.setElementClass('fab-close-active', closeVisible);
}
@@ -107,7 +112,6 @@ export class FabButton extends Ion {
* @demo /docs/v2/demos/fab/
* @see {@link /docs/v2/components#fab Fab Component Docs}
*/
-
@Directive({
selector: 'ion-fab-list',
host: {
@@ -149,7 +153,7 @@ export class FabList {
*
* @description
* `` is not a FAB button by itself but a container that assist the fab button (`