Tutorial: Creating Views with Ionic

“As covered in my Structure of an Ionic App post, views are the presentation layer of an Ionic App that display the data provided by a controller’s $scope. These views are often referred to as templates because Angular controllers refer to them as such. Because of this, views are often stored in a /templates folder where each view is in a separate .html file. A view is where the mark-up for state, or page, of your app lives.”