From b58d2e8dab413dd245a9cf447aee3be15db63568 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Tue, 24 Nov 2015 13:31:25 -0600 Subject: [PATCH] docs(navController): Typescript docs needs types --- ionic/components/nav/nav-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/nav/nav-controller.ts b/ionic/components/nav/nav-controller.ts index 8d6dd85c4b..96eda118a8 100644 --- a/ionic/components/nav/nav-controller.ts +++ b/ionic/components/nav/nav-controller.ts @@ -217,7 +217,7 @@ export class NavController extends Ion { /** * TODO * @name NavController#pop - * @param [opts={}] Any additional option for the transition + * @param {Object} [opts={}] Any additional option for the transition * @returns {Promise} Returns a promise when the transition is completed */ pop(opts = {}) {