Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created December 11, 2016 12:45
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/911aee251b4af15cca8a224a186e5a9d to your computer and use it in GitHub Desktop.
Save goofmint/911aee251b4af15cca8a224a186e5a9d to your computer and use it in GitHub Desktop.
5.md
$(function(){
var mainController = {
__name : 'h5.ui.container.MainController',
calendarController: h5.ui.components.Calendar,
__meta : {
calendarController: {
rootElement: '#container'
},
},
__init: function(){
}
};
h5.core.controller('body', mainController);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment