ionic framework: amd loading

This commit is contained in:
Zorgatone
2015-10-28 14:39:12 +01:00
parent 62eedc3121
commit c3fa3d3a89
+10
View File
@@ -5,6 +5,16 @@
/// <reference path="../angularjs/angular.d.ts" />
interface IonicStatic {
version: string;
}
declare var ionic: IonicStatic;
declare module 'ionic' {
export = ionic;
}
declare module ionic {
module actionSheet {
interface IonicActionSheetService {