mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-05 13:46:36 +08:00
7 lines
74 B
JavaScript
7 lines
74 B
JavaScript
|
|
// Create namespaces
|
|
window.ionic = {
|
|
controllers: {},
|
|
views: {}
|
|
};
|