mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 06:09:31 +08:00
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:
@ -1,5 +1,9 @@
|
||||
window.ionic = {};
|
||||
|
||||
// Create namespaces
|
||||
ionic.controllers = {};
|
||||
ionic.views = {};
|
||||
|
||||
function initalize() {
|
||||
// remove the ready listeners
|
||||
document.removeEventListener( "DOMContentLoaded", initalize, false );
|
||||
|
||||
Reference in New Issue
Block a user