docs(popover): add import to example code

Closes #10053
This commit is contained in:
Rogier van den Berg
2017-01-16 14:10:55 +01:00
committed by mhartington
parent fadfb3734c
commit 0b2cf6281d

View File

@@ -95,6 +95,8 @@ export class Popover extends ViewController {
* ```
*
* ```ts
* import { PopoverController } from 'ionic-angular';
*
* @Component({})
* class MyPage {
* constructor(public popoverCtrl: PopoverController) {}