Conflicts:
	dist/ionic-simple.js
	dist/ionic.js
This commit is contained in:
Max Lynch
2013-10-01 16:25:01 -05:00
19 changed files with 115 additions and 50 deletions

View File

@ -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) {