mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Merge branch 'master' of https://github.com/driftyco/ionic
Conflicts: dist/ionic-simple.js dist/ionic.js
This commit is contained in:
@ -7,10 +7,6 @@
|
||||
ionic.Components.push(instance);
|
||||
};
|
||||
|
||||
ionic.get = function(elementId) {
|
||||
return ionic.component( document.getElementById(elementId) );
|
||||
};
|
||||
|
||||
ionic.component = function(el) {
|
||||
if(el) {
|
||||
if(el.component) {
|
||||
|
||||
Reference in New Issue
Block a user