Open
Description
i want to use this html as my main layout
<body>
<div id="lucca-banner"></div>
<div id="myApp" ng-app="myApp">
<aside ui-view="navigation" id="main-navigation">
<div class="navigation-placeholder"></div>
</aside>
<header ui-view="header" id="main-header">
<div class="header-placeholder"></div>
</header>
<main ui-view="main" class="main-view">
<div class="main-placeholder"></div>
</main>
</div>
</body>
and have placeholders a la slacks
I'm using ui-router so the placeholders will be flushed once the app has finished loading and bootstraping