From c3fa3d3a8969acd766576eb0865de3e0ab1f7c24 Mon Sep 17 00:00:00 2001 From: Zorgatone Date: Wed, 28 Oct 2015 14:39:12 +0100 Subject: [PATCH] ionic framework: amd loading --- ionic/ionic.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ionic/ionic.d.ts b/ionic/ionic.d.ts index 1b2e3265e..ed2ddd209 100644 --- a/ionic/ionic.d.ts +++ b/ionic/ionic.d.ts @@ -5,6 +5,16 @@ /// +interface IonicStatic { + version: string; +} + +declare var ionic: IonicStatic; + +declare module 'ionic' { + export = ionic; +} + declare module ionic { module actionSheet { interface IonicActionSheetService {