chore(docs): fix param type for dgeni

This commit is contained in:
mhartington
2016-08-04 11:01:26 -04:00
parent 267ced618e
commit d7ce5709ce

View File

@ -396,7 +396,7 @@ export abstract class NavController {
* and animate in to become the active view.
*
* @param {number} insertIndex The index where you want to insert the page.
* @param {Array<{page: Page, params?: any}>} insertPages An array of objects, each with a `page` and optionally `params` property.
* @param {array} insertPages An array of objects, each with a `page` and optionally `params` property.
* @param {object} [opts={}] Nav options to go with this transition.
* @returns {Promise} Returns a promise which is resolved when the transition has completed.
*/