From ffc336e24d76b187674c53d82eda53ac5038831c Mon Sep 17 00:00:00 2001 From: Justin Noel Date: Wed, 30 Apr 2014 21:57:16 -0500 Subject: [PATCH] Corrected Attribute Names Attributes were displayed as camel case instead of snake case. --- js/angular/directive/view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/angular/directive/view.js b/js/angular/directive/view.js index 1b49f837b3..4c3deb7672 100644 --- a/js/angular/directive/view.js +++ b/js/angular/directive/view.js @@ -24,9 +24,9 @@ * ``` * * @param {string=} title The title to display on the parent {@link ionic.directive:ionNavBar}. - * @param {boolean=} hideBackButton Whether to hide the back button on the parent + * @param {boolean=} hide-back-button Whether to hide the back button on the parent * {@link ionic.directive:ionNavBar} by default. - * @param {boolean=} hideNavBar Whether to hide the parent + * @param {boolean=} hide-nav-bar Whether to hide the parent * {@link ionic.directive:ionNavBar} by default. */ IonicModule