Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
implements authored Aug 18, 2020
1 parent bb01d32 commit 953a688
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ app.controller('TravelPlansController', function($scope) {
country: 'Tanzania',
url: 'https://en.wikipedia.org/wiki/Mount_Kilimanjaro',
done: false
}
},
{
title: 'Do the Shikoku Pilgrimage.',
country: 'Japan',
url: 'https://en.wikipedia.org/wiki/Shikoku_Pilgrimage',
done: false
}
]
});

0 comments on commit 953a688

Please sign in to comment.