Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created February 14, 2017 01:46
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/c2e289af27df57af16abbe3b12734cb8 to your computer and use it in GitHub Desktop.
Save goofmint/c2e289af27df57af16abbe3b12734cb8 to your computer and use it in GitHub Desktop.
7.md
(function($) {
var pageController = {
__name: 'PageController',
'button.draggable-popup click': function(context, $el) {
sample.showPopup(true);
},
};
h5.core.expose(pageController);
})(jQuery);
$(function() {
h5.core.controller('body', PageController);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment