stackviz/app/views/menu.html
Tim Buckley 3a4683b8be Update Angular and UI Bootstrap to latest versions.
This updates `angular` and `angular-ui-bootstrap` to their latest
versions. Upcoming changes rely on several bugfixes and features
introduced in the newer versions, and this should encompass all of
the necessary preparation.

Change-Id: Iddc210ef64e913babbbd409747fecf3bbd8f2d5e
2016-01-11 17:04:15 -07:00

18 lines
517 B
HTML

<ul class="nav navbar-top-links navbar-right">
<li>
<a ui-sref="home"><fa name="pie-chart" fw></fa> Overview</a>
</li>
<li uib-dropdown>
<a href uib-dropdown-toggle>
<fa name="bar-chart-o" fw></fa> Tempest <fa name="caret-down"></fa>
</a>
<ul uib-dropdown-menu>
<li>
<a ui-sref="timeline({datasetId: 0})">
<fa name="calendar" fw></fa> Timeline
</a>
</li>
</ul>
</li>
</ul>