From 93337ca5bb6154d731d20261129c9ba84bf02561 Mon Sep 17 00:00:00 2001 From: Tamira Vojnar Date: Tue, 28 Nov 2017 14:49:06 -0800 Subject: [PATCH 01/41] made Trip model and TripList collection --- dist/index.html | 6 ++++-- src/app.js | 2 +- src/app/collections/trip_list.js | 8 ++++++++ src/app/models/trip.js | 5 +++++ 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 src/app/collections/trip_list.js create mode 100644 src/app/models/trip.js diff --git a/dist/index.html b/dist/index.html index b873b1e..6ded96e 100644 --- a/dist/index.html +++ b/dist/index.html @@ -7,10 +7,12 @@
- +

BackTREK

- +
+ +