docs(content): add note about multiple ionContents

Closes https://github.com/driftyco/ionic-site/issues/956
This commit is contained in:
mhartington
2017-02-10 17:20:45 -05:00
parent 9cd42dd297
commit 41b063b7ae

View File

@ -19,7 +19,10 @@ export { ScrollEvent } from '../../util/scroll-view';
* @name Content
* @description
* The Content component provides an easy to use content area with
* some useful methods to control the scrollable area.
* some useful methods to control the scrollable area. There should
* only be one content in a single view component. If additional scrollable
* elements are need, use [ionScroll](../../scroll/Scroll).
*
*
* The content area can also implement pull-to-refresh with the
* [Refresher](../../refresher/Refresher) component.