mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
replace .content with main
This commit is contained in:
17
js/framework/framework-templates.js
Normal file
17
js/framework/framework-templates.js
Normal file
@ -0,0 +1,17 @@
|
||||
'use strict';
|
||||
|
||||
(function(window, document, framework) {
|
||||
|
||||
var x;
|
||||
|
||||
function collectTemplates() {
|
||||
for(x=0; x<document.elements.length; x++) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
framework.on("ready", function(){
|
||||
framework.collectTemplates();
|
||||
});
|
||||
|
||||
})(this, document, this.FM = this.FM || {});
|
||||
Reference in New Issue
Block a user