Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
1.md
$(function() {
var outerBoxController = {
__name: 'OuterBoxController',
replaceBoxController: h5.ui.container.ReplaceBoxController,
__meta: {
replaceBoxController: {
rootElement: '> .replaceBox'
},
},
__init: function(context) {
},
};
});
h5.core.controller(".outerBox", outerBoxController);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment