docs(ionContent): clarify content gets child scope

Closes #1392
This commit is contained in:
Andrew Joslin
2014-05-19 06:57:31 -06:00
parent 8caa043a2d
commit 6b402c3862

View File

@@ -18,6 +18,9 @@
* directive, and infinite scrolling with the {@link ionic.directive:ionInfiniteScroll}
* directive.
*
* Be aware that this directive gets its own child scope. If you do not understand why this
* is important, you can read [https://docs.angularjs.org/guide/scope](https://docs.angularjs.org/guide/scope).
*
* @param {string=} delegate-handle The handle used to identify this scrollView
* with {@link ionic.service:$ionicScrollDelegate}.
* @param {boolean=} padding Whether to add padding to the content.