Initial commit. Modified the Meteor todos app to create the Petit Teton data tracking app. Has working data for sales. Requires a Mongo database.
This commit is contained in:
9
imports/ui/layouts/Body.js
Normal file
9
imports/ui/layouts/Body.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Template } from 'meteor/templating';
|
||||
import './Body.html';
|
||||
|
||||
|
||||
Template.Body.events({
|
||||
"click .signOut": function(event, template) {
|
||||
AccountsTemplates.logout();
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user