From 3a6cd6144468e58216ca6494ef265c2515ec942a Mon Sep 17 00:00:00 2001 From: Victoria Sawchuk Date: Tue, 28 Nov 2017 14:23:12 -0800 Subject: [PATCH 01/38] Load all trips in a table when user clicks 'All Trips' link --- dist/index.html | 24 ++++++++++++++++++++++-- src/app.js | 23 +++++++++++++++++++++-- src/app/collections/trip_list.js | 9 +++++++++ src/app/models/trip.js | 7 +++++++ 4 files changed, 59 insertions(+), 4 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..ff82b2e 100644 --- a/dist/index.html +++ b/dist/index.html @@ -7,10 +7,30 @@
- + All Trips
- + + + + + + + + + +