mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
17 lines
No EOL
255 B
JavaScript
17 lines
No EOL
255 B
JavaScript
import { Categories } from '../../../imports/api/category.js';
|
|
|
|
Template.catMgmt.onCreated(function() {
|
|
this.subscribe("myCategories");
|
|
});
|
|
|
|
Template.catMgmt.onRendered(function() {
|
|
|
|
});
|
|
|
|
Template.catMgmt.helpers({
|
|
|
|
});
|
|
|
|
Template.catMgmt.events({
|
|
|
|
}); |