July 2017
Intermediate to advanced
300 pages
5h 43m
English
Well, we have the service, so we can implement the view modules consuming it. However, first we have to mark the bounding boxes for the view in the HTML:
./index.html
<span class="titlebar__path" data-bind="path"></span> .. <aside class="l-main__dir-list dir-list"> <nav> <ul data-bind="dirList"></ul> </nav> </aside> <main class="l-main__file-list file-list"> <nav> <ul data-bind="fileList"></ul> </nav> </main>
Read now
Unlock full access