mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
16 lines
161 B
JavaScript
16 lines
161 B
JavaScript
|
|
|
||
|
|
Template.listMgmt.onCreated(function() {
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.listMgmt.onRendered(function() {
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.listMgmt.helpers({
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.listMgmt.events({
|
||
|
|
|
||
|
|
});
|