This is the default start page. It is so because the page ID is set to 'start'
.
Every other element with a page binding (data-bind="page: {id: ...}"
) will be hidden
by default. Set title: 'Some Title'
if you want to update the page title as the user
navigates to the page (look up at the title as you navigate this tutorial).
<div data-bind="page: {id: 'start', title: 'Pager.js Demo Start'}"> ...<a href="#!/structure">Read about the structure.</a>... </div>