Skip to content

Commit

Permalink
docs(ionContent): clarify content gets child scope
Browse files Browse the repository at this point in the history
Closes #1392
  • Loading branch information
ajoslin committed May 19, 2014
1 parent 8caa043 commit 6b402c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/angular/directive/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6b402c3

Please sign in to comment.