From 070724c522e40262cce061c29205bd0c97a0d608 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 25 Nov 2014 16:40:48 -0600 Subject: [PATCH] docs(navButtons): immediate descendant note --- js/angular/directive/navButtons.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/angular/directive/navButtons.js b/js/angular/directive/navButtons.js index 2cfc12585f..319f5f3e9b 100644 --- a/js/angular/directive/navButtons.js +++ b/js/angular/directive/navButtons.js @@ -23,6 +23,8 @@ * example, a toggle button for a left side menu should be on the left side, in this case * we'd recommend uses `side="left"` so it's always on the left, no matter what platform. * + * Note that the `ion-nav-buttons` must be an immediate descendant of the `ion-view` element. + * * @usage * ```html *