diff --git a/js/angular/directive/navBar.js b/js/angular/directive/navBar.js
index 8a504f5984..268ef8af82 100644
--- a/js/angular/directive/navBar.js
+++ b/js/angular/directive/navBar.js
@@ -18,6 +18,9 @@
* Assign an [animation class](/docs/components#animations) to the element to
* enable animated changing of titles (recommended: 'nav-title-slide-ios7')
*
+ * Note that the ion-nav-bar element will only work correctly if your content has an
+ * ionView around it.
+ *
* @usage
*
* ```html
@@ -27,7 +30,11 @@
*
*
*
- *
+ *
+ *
+ * Hello!
+ *
+ *
*