From 24f013f2bdd390a5d1e89388cd74a5a790d3102f Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Fri, 2 May 2014 12:24:42 -0600 Subject: [PATCH] docs(ionTabs): mention not to place inside ion-content Resolves #992 --- js/angular/directive/tabs.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/angular/directive/tabs.js b/js/angular/directive/tabs.js index aa14569ada..aa18c996c5 100644 --- a/js/angular/directive/tabs.js +++ b/js/angular/directive/tabs.js @@ -18,6 +18,9 @@ * See the {@link ionic.directive:ionTab} directive's documentation for more details on * individual tabs. * + * Note: do not place ion-tabs inside of an ion-content element; it has been known to cause a + * certain CSS bug. + * * @usage * ```html *