Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
implements authored Jan 19, 2024
1 parent eec0edf commit 7a1b2ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,28 +116,28 @@ app.controller('TravelPlansController', function($scope) {
country: 'Ukraine',
url: 'https://en.wikipedia.org/wiki/Chernobyl_Exclusion_Zone',
done: false
},
{
title: 'Hike With a Shelter Dog.',
country: 'Hawaii, United States',
url: 'https://kauaihumane.org/service/field-trips/',
done: false
},
{
title: 'Drive the Loneliest Road.',
country: 'USA',
country: 'Nevada, United States',
url: 'https://en.wikipedia.org/wiki/U.S._Route_50_in_Nevada',
done: false
},
{
title: 'Hike With a Shelter Dog.',
country: 'USA',
url: 'https://kauaihumane.org/service/field-trips/',
done: false
},
{
title: 'Visit Cortlandt Alley.',
country: 'USA',
country: 'New York, United States',
url: 'https://www.hollywoodreporter.com/news/general-news/why-is-gritty-nyc-alley-featured-tv-shows-movies-1240049/',
done: false
},
{
title: 'Watch Old Faithful Erupt.',
country: 'USA',
country: 'Wyoming, United States',
url: 'https://en.wikipedia.org/wiki/Old_Faithful',
done: false
},
Expand Down

0 comments on commit 7a1b2ec

Please sign in to comment.