From acf3822ae28bae3deb007d569fc8caaf6df5f32b Mon Sep 17 00:00:00 2001 From: mhartington Date: Mon, 17 Nov 2014 13:37:20 -0500 Subject: [PATCH] docs(ionicConfig): update navBar config --- js/angular/service/ionicConfig.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/angular/service/ionicConfig.js b/js/angular/service/ionicConfig.js index e1c08d3036..72ae7ff60a 100644 --- a/js/angular/service/ionicConfig.js +++ b/js/angular/service/ionicConfig.js @@ -147,7 +147,7 @@ * @name $ionicConfigProvider#navBar.alignTitle * @description Which side of the navBar to align the title. Default `center`. * - * @param {string} which side of the navBar to align the title. + * @param {string} value side of the navBar to align the title. * * * `platform`: Dynamically choose the correct title style depending on the platform * the app is running from. If the platform is `ios`, it will default to `center`. @@ -166,7 +166,7 @@ * @name $ionicConfigProvider#navBar.positionPrimaryButtons * @description Which side of the navBar to align the primary navBar buttons. Default `left`. * - * @param {string} which side of the navBar to align the primary navBar buttons. + * @param {string} value side of the navBar to align the primary navBar buttons. * * * `platform`: Dynamically choose the correct title style depending on the platform * the app is running from. If the platform is `ios`, it will default to `left`. @@ -184,7 +184,7 @@ * @name $ionicConfigProvider#navBar.positionSecondaryButtons * @description Which side of the navBar to align the secondary navBar buttons. Default `right`. * - * @param {string} which side of the navBar to align the secondary navBar buttons. + * @param {string} value side of the navBar to align the secondary navBar buttons. * * * `platform`: Dynamically choose the correct title style depending on the platform * the app is running from. If the platform is `ios`, it will default to `right`.