From d083ff649ec6378cdee2f9df5e52b3e03775c4e1 Mon Sep 17 00:00:00 2001 From: Pavel Strashkin Date: Thu, 15 May 2014 00:15:29 -0700 Subject: [PATCH] docs(ion-content): directive gets its own scope --- js/angular/directive/content.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/angular/directive/content.js b/js/angular/directive/content.js index e85f4e7d5d6..1488cb00dcc 100644 --- a/js/angular/directive/content.js +++ b/js/angular/directive/content.js @@ -8,6 +8,10 @@ * @description * The ionContent directive provides an easy to use content area that can be configured * to use Ionic's custom Scroll View, or the built in overflow scrolling of the browser. + * + * Please be very aware of that the directive gets its own scope. If you do not fully + * understand scopes and why it is important, please read + * https://docs.angularjs.org/guide/scope. * * While we recommend using the custom Scroll features in Ionic in most cases, sometimes * (for performance reasons) only the browser's native overflow scrolling will suffice,