get_my/client/AdminMgmt/ListMgmt/listMgmt.js

16 lines
161 B
JavaScript
Raw Normal View History

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