get_my/client/AdminMgmt/ListMgmt/listMgmt.js

16 lines
No EOL
161 B
JavaScript

Template.listMgmt.onCreated(function() {
});
Template.listMgmt.onRendered(function() {
});
Template.listMgmt.helpers({
});
Template.listMgmt.events({
});