update api docs to say page instead of view

This commit is contained in:
Tim Lancina
2015-10-07 14:37:19 -05:00
parent 613b438746
commit a3da0fa68f
6 changed files with 76 additions and 65 deletions

View File

@ -7,7 +7,8 @@ import {makeComponent} from '../../config/decorators';
import * as util from 'ionic/util';
/**
* The Modal is a content pane that can go over the user's main view temporarily. Usually used for making a choice or editing an item.
* The Modal is a content pane that can go over the user's main view temporarily.
* Usually used for making a choice or editing an item.
*
* @usage
* ```ts