mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-05 06:35:42 +00:00
Optim: subscriptions managed by router
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
Template.management.onCreated(function(){
|
||||
Meteor.subscribe('projects');
|
||||
});
|
||||
|
||||
Template.management.helpers({
|
||||
projects: function () {
|
||||
return ProjectService.list();
|
||||
|
||||
Reference in New Issue
Block a user