From 40329314ae8853ef680779889b6b07d9d7adcc35 Mon Sep 17 00:00:00 2001 From: Lucas Ricoy Date: Mon, 9 May 2016 13:29:51 -0300 Subject: [PATCH] docs(loading): update loading docs Reference https://github.com/driftyco/ionic-site/issues/597 --- ionic/components/loading/loading.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ionic/components/loading/loading.ts b/ionic/components/loading/loading.ts index 5a6aec47b5..b7619adc84 100644 --- a/ionic/components/loading/loading.ts +++ b/ionic/components/loading/loading.ts @@ -38,6 +38,11 @@ import {ViewController} from '../nav/view-controller'; * `onDismiss` function can be called to perform an action after the loading * indicator is dismissed. * + * >Note that after the component is dissmised, it will not be usable anymore + * and another one must be created. This can be avoided by wrapping the + * creation and presentation of the component in a reusable function as show + * on the `usage` section below. + * * ### Limitations * The element is styled to appear on top of other content by setting its * `z-index` property. You must ensure no element has a stacking context with