Skip to content

Instantly share code, notes, and snippets.

@renatomattos2912
Last active August 29, 2015 14:02
Show Gist options
  • Save renatomattos2912/c26731d10fd7f1d0ddf3 to your computer and use it in GitHub Desktop.
Save renatomattos2912/c26731d10fd7f1d0ddf3 to your computer and use it in GitHub Desktop.
Flatify navbar problem
<div id="nav-wrapper" data-ng-controller="CategoriaCtrl">
<ul id="nav" data-collapse-nav data-slim-scroll data-highlight-active>
<li ng-repeat="(categoriaId, categoria) in categorias">
<a href>
<i class="fa {{categoria.icone}}">
<span class="icon-bg bg-warning"></span></i>{{categoria.nome}}
</a>
<ul>
<li>
<a href="#/tables/static">oi</a>
</li>
</ul>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment