docs(navController): fix param parsing error

Closes #5137
This commit is contained in:
Drew Rygh
2016-01-22 10:23:13 -06:00
parent 61a16b74bf
commit 4d218666fb

View File

@@ -463,7 +463,7 @@ export class NavController extends Ion {
* in and become the active page.
*
* @param {number} insertIndex The index where you want to insert the page
* @param {Array<{page: Type, params?: any}>} insertPages An array of objects, each with a `page` and optionally `params` property
* @param {Array<{page: Type, params=: any}>} insertPages An array of objects, each with a `page` and optionally `params` property
* @param {object} [opts={}] Any options you want to use pass to transtion
* @returns {Promise} Returns a promise when the pages have been inserted into the navigation stack
*/
@@ -1571,4 +1571,4 @@ const STATE_REMOVE_AFTER_TRANS = 'remove_after_trans';
const STATE_FORCE_ACTIVE = 'force_active';
const INIT_ZINDEX = 10;
let ctrlIds = -1;
let ctrlIds = -1;