This page has two menus with different id's, but only one is active at a time.
+
+
+
+
+
+
+
+
diff --git a/ionic/components/app/id.ts b/ionic/components/app/id.ts
index 96273533c0..cca91f0c97 100644
--- a/ionic/components/app/id.ts
+++ b/ionic/components/app/id.ts
@@ -35,6 +35,8 @@ import {IonicApp} from './app';
* *NOTE:* It is not recommended to use ID's across Pages, as there is often no
* guarantee that the registered component has not been destroyed if its Page
* has been navigated away from.
+ *
+ * @demo /docs/v2/demos/id/
*/
@Directive({
selector: '[id]'