Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active October 14, 2016 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/3b05bfd31cd1ad034b2df204712209f8 to your computer and use it in GitHub Desktop.
Save goofmint/3b05bfd31cd1ad034b2df204712209f8 to your computer and use it in GitHub Desktop.
5.md
(function() {
var controller = {
__name: 'PageController',
_arrowboxController: h5.ui.components.arrowbox.ArrowBoxController,
__ready: function() {
},
};
h5.core.expose(controller);
})();
$(function() {
h5.core.controller('.sampleDiv', PageController);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment