mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
overlay/bootstrap refactor
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
var ele = document.querySelectorAll('ionic');
|
||||
var ele = document.querySelectorAll('[module]');
|
||||
for (var i = 0; i < ele.length; i++) {
|
||||
importApp(ele[i].getAttribute('module'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user