Open javierev opened 8 years ago
Page title is hardcoded in HTML:
<div id="page-content-wrapper"> <div class="container-fluid"> <span class="banner visible-xs-block"><img src="img/burger.png" id="menu-toggle" class="burger" /> Javier Estévez, software developer</span> <div class="row"> <div id="main_content" class="col-lg-12"> </div> </div> </div> </div> </div>
Instead of the span It should be another view (titleView.js) and model (titleModel.js) with its contents loaded from server.
span
WIP: created view and model. However, model its filled in js instead of getting from server side.
Page title is hardcoded in HTML:
Instead of the
span
It should be another view (titleView.js) and model (titleModel.js) with its contents loaded from server.