Action Menu Improvements

This commit is contained in:
Max Lynch
2015-05-30 10:44:32 -05:00
parent d1312d3329
commit eca1aacfa3
4 changed files with 247 additions and 31 deletions

View File

@@ -37,7 +37,9 @@ class IonicAppRoot {
document.body.querySelector('ion-app').appendChild(newEl);
resolve(newEl);
console.log('Injected and created', containerRef);
resolve(containerRef.instance, containerRef.location);
});
});