We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caa043 commit 6b402c3Copy full SHA for 6b402c3
js/angular/directive/content.js
@@ -18,6 +18,9 @@
18
* directive, and infinite scrolling with the {@link ionic.directive:ionInfiniteScroll}
19
* directive.
20
*
21
+ * Be aware that this directive gets its own child scope. If you do not understand why this
22
+ * is important, you can read [https://docs.angularjs.org/guide/scope](https://docs.angularjs.org/guide/scope).
23
+ *
24
* @param {string=} delegate-handle The handle used to identify this scrollView
25
* with {@link ionic.service:$ionicScrollDelegate}.
26
* @param {boolean=} padding Whether to add padding to the content.
0 commit comments