docs(bootstrap): update to use ionicBootstrap

This commit is contained in:
Adam Bradley
2016-05-31 15:47:16 -05:00
parent e5522d2de8
commit 94e938d6b3
14 changed files with 101 additions and 136 deletions

View File

@ -33,9 +33,10 @@ import {MenuType} from './menu-types';
* toggling the menu.
*
* ```ts
* import{Page, MenuController} from 'ionic-angular';
* import {Component} from '@angular/core';
* import {MenuController} from 'ionic-angular';
*
* @Page({...})
* @Component({...})
* export class MyPage {
*
* constructor(private menu: MenuController) {