mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
App annotation/mode attribute
This commit is contained in:
@ -5,12 +5,7 @@
|
||||
|
||||
function importApp(module) {
|
||||
if (module) {
|
||||
var appImport = System.import(module);
|
||||
ionicImport.then(function(ionic) {
|
||||
appImport.then(function(app) {
|
||||
ionic.load(app);
|
||||
});
|
||||
});
|
||||
System.import(module);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user