Chapter 5. The London Tourist App
In the previous chapter, we created an application called the Bucket-List application that enabled us to create a list of interesting things we wanted to do in our lifetime. In this chapter, we will create a new application called "The London Tourist" application. It is an application that will display a list of top tourist attractions in the city of London in England. We will build this application with a new type of Ionic template called the side menu template. We will also be using the Angular $http
service to query our data via Ajax.