mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-04 22:25:38 +00:00
Optim: subscriptions managed by router
This commit is contained in:
3
client/loading.html
Normal file
3
client/loading.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<template name="loading">
|
||||
<h1>Please wait...</h1>
|
||||
</template>
|
||||
@@ -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