From eb5b4ab96bcd87113a9f749c15fe50d8f2e79ca1 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 10 Sep 2015 21:46:11 -0500 Subject: [PATCH] feat(role): aside navigation --- ionic/components/aside/aside.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ionic/components/aside/aside.ts b/ionic/components/aside/aside.ts index 7f711d060a..207155b479 100644 --- a/ionic/components/aside/aside.ts +++ b/ionic/components/aside/aside.ts @@ -23,6 +23,9 @@ import * as gestures from './extensions/gestures'; 'side': 'left', 'type': 'reveal' }, + host: { + 'role': 'navigation' + } events: ['opening'] }) @View({