layout1.html 176 Bytes
<div>
    layout1
    <a ui-sref="employees">Employee</a>
    <a ui-sref="report">Report</a>
    <a ui-sref="project">Project</a>
    <div ui-view="content">

    </div>
</div>