mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-26 15:58:50 +00:00
17 lines
No EOL
162 B
JavaScript
17 lines
No EOL
162 B
JavaScript
|
|
|
|
Template.userMgmt.onCreated(function() {
|
|
|
|
});
|
|
|
|
Template.userMgmt.onRendered(function() {
|
|
|
|
});
|
|
|
|
Template.userMgmt.helpers({
|
|
|
|
});
|
|
|
|
Template.userMgmt.events({
|
|
|
|
}); |