Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 11, 2017 05:17
Show Gist options
  • Save goofmint/69756f91b7820aa919c4cd9e1164b27a to your computer and use it in GitHub Desktop.
Save goofmint/69756f91b7820aa919c4cd9e1164b27a to your computer and use it in GitHub Desktop.
6.md
$(function() {
var controller = {
__name: 'SortableController',
// 初期化処理
__ready: function() {
},
// ドロップ時のコールバック
stop: function(event, ui) {
}
};
// コントローラの作成と要素へのバインド.
h5.core.controller('#container', controller);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment