Tests organization and cleanup

Moved hacking tests to test folder, got rid of ionic=window.ionic for
wrapper functions in JS files.
This commit is contained in:
Max Lynch
2013-09-24 17:22:36 -05:00
parent 5aabbfbd0c
commit 37d708b05e
19 changed files with 75 additions and 74 deletions

View File

@ -1,5 +1,9 @@
window.ionic = {};
// Create namespaces
ionic.controllers = {};
ionic.views = {};
function initalize() {
// remove the ready listeners
document.removeEventListener( "DOMContentLoaded", initalize, false );