docs(fab): fab docs WIP

This commit is contained in:
Manu Mtz.-Almeida
2016-09-21 19:52:56 +02:00
parent 49168d5459
commit c7163a8d26
3 changed files with 128 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import { Component, NgModule } from '@angular/core';
import { IonicApp, IonicModule, Fab } from '../../../..';
import { IonicApp, IonicModule, FabContainer } from '../../../..';
@Component({
templateUrl: 'main.html'
@@ -15,7 +15,7 @@ export class E2EPage {
console.log('Clicked open social menu');
}
openSocial(network: string, fab: Fab) {
openSocial(network: string, fab: FabContainer) {
console.log('Share in ' + network);
fab.close();
}